mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 09:05:14 +00:00
Support pinned messages bar in topics.
This commit is contained in:
@@ -657,9 +657,7 @@ void ForumTopic::setMuted(bool muted) {
|
||||
const auto notify = state.unread || state.reaction;
|
||||
const auto notifier = unreadStateChangeNotifier(notify);
|
||||
Thread::setMuted(muted);
|
||||
session().changes().topicUpdated(
|
||||
this,
|
||||
Data::TopicUpdate::Flag::Notifications);
|
||||
session().changes().topicUpdated(this, UpdateFlag::Notifications);
|
||||
}
|
||||
|
||||
not_null<HistoryView::SendActionPainter*> ForumTopic::sendActionPainter() {
|
||||
|
Reference in New Issue
Block a user