diff --git a/src/widgets/helper/channelview.cpp b/src/widgets/helper/channelview.cpp index 12434f289..a1232bbd4 100644 --- a/src/widgets/helper/channelview.cpp +++ b/src/widgets/helper/channelview.cpp @@ -204,6 +204,7 @@ void ChannelView::actuallyLayoutMessages() this->scrollBar.scrollToBottom( this->messageWasAdded && singletons::SettingManager::getInstance().enableSmoothScrollingNewMessages.getValue()); + this->messageWasAdded = false; } // MARK(timer);