I BROKE EVERYTHING
refactored the rendering process
This commit is contained in:
@@ -39,7 +39,7 @@ void Channel::append(std::shared_ptr<messages::Message> message)
|
||||
str.append("] ");
|
||||
str.append(message->loginName);
|
||||
str.append(": ");
|
||||
str.append(message->getContent());
|
||||
str.append(message->getSearchText());
|
||||
str.append('\n');
|
||||
this->appendLine(str);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user