From 9832af7cce0a4093421d78092c33931612f5b8d3 Mon Sep 17 00:00:00 2001 From: John Preston Date: Fri, 13 Jun 2025 13:37:04 +0400 Subject: [PATCH] Show messages from channels in monoforums. --- Telegram/SourceFiles/history/view/history_view_message.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/history/view/history_view_message.cpp b/Telegram/SourceFiles/history/view/history_view_message.cpp index 47ec86cb44..eab953b1e2 100644 --- a/Telegram/SourceFiles/history/view/history_view_message.cpp +++ b/Telegram/SourceFiles/history/view/history_view_message.cpp @@ -3692,7 +3692,7 @@ bool Message::hasFromName() const { case Context::AdminLog: return true; case Context::Monoforum: - return data()->out(); + return data()->out() || data()->from()->isChannel(); case Context::History: case Context::ChatPreview: case Context::TTLViewer: