mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 15:45:12 +00:00
Add jump-to-topic panel in View as Messages.
This commit is contained in:
@@ -2213,7 +2213,7 @@ void Updates::feedUpdate(const MTPUpdate &update) {
|
||||
history->requestChatListMessage();
|
||||
if (!history->folderKnown()
|
||||
|| (!history->unreadCountKnown()
|
||||
&& !history->peer->isForum())) {
|
||||
&& !history->isForum())) {
|
||||
history->owner().histories().requestDialogEntry(history);
|
||||
}
|
||||
if (!channel->amCreator()) {
|
||||
|
Reference in New Issue
Block a user