mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-07-27 16:03:03 +02:00
Show messages from channels in monoforums.
This commit is contained in:
parent
cf4a617f2b
commit
9832af7cce
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue