diff --git a/src/widgets/helper/ChannelView.cpp b/src/widgets/helper/ChannelView.cpp index ac5c4552..a7ea3548 100644 --- a/src/widgets/helper/ChannelView.cpp +++ b/src/widgets/helper/ChannelView.cpp @@ -697,9 +697,9 @@ MessageElementFlags ChannelView::getFlags() const bool ChannelView::isPaused() { - return false; - // return this->pausedTemporarily_ || this->pausedBySelection_ || - // this->pausedByScrollingUp_; + // return false; + return this->pausedTemporarily_; + // || this->pausedBySelection_ || this->pausedByScrollingUp_; } void ChannelView::updatePauseStatus()