diff --git a/Telegram/SourceFiles/history/history_inner_widget.cpp b/Telegram/SourceFiles/history/history_inner_widget.cpp index 1b0ff5bb0..ce16942a2 100644 --- a/Telegram/SourceFiles/history/history_inner_widget.cpp +++ b/Telegram/SourceFiles/history/history_inner_widget.cpp @@ -579,6 +579,9 @@ void HistoryInner::setupSharingDisallowed() { } void HistoryInner::setupSwipeReply() { + if (_peer && _peer->isChannel() && !_peer->isMegagroup()) { + return; + } HistoryView::SetupSwipeHandler(this, _scroll, [=, history = _history]( HistoryView::ChatPaintGestureHorizontalData data) { const auto changed = (_gestureHorizontal.msgBareId != data.msgBareId)