Add channel name to Mentions chat logs (#4371)
This commit is contained in:
committed by
GitHub
parent
4cb8403491
commit
a3189baf94
@@ -95,6 +95,11 @@ void LoggingChannel::addMessage(MessagePtr message)
|
||||
}
|
||||
|
||||
QString str;
|
||||
if (channelName.startsWith("/mentions"))
|
||||
{
|
||||
str.append("#" + message->channelName + " ");
|
||||
}
|
||||
|
||||
str.append('[');
|
||||
str.append(now.toString("HH:mm:ss"));
|
||||
str.append("] ");
|
||||
|
||||
Reference in New Issue
Block a user