Show messages from channels in monoforums.

This commit is contained in:
John Preston 2025-06-13 13:37:04 +04:00
parent cf4a617f2b
commit 9832af7cce

View file

@ -3692,7 +3692,7 @@ bool Message::hasFromName() const {
case Context::AdminLog: case Context::AdminLog:
return true; return true;
case Context::Monoforum: case Context::Monoforum:
return data()->out(); return data()->out() || data()->from()->isChannel();
case Context::History: case Context::History:
case Context::ChatPreview: case Context::ChatPreview:
case Context::TTLViewer: case Context::TTLViewer: