diff --git a/retroshare-gui/src/gui/feeds/ChanMsgItem.cpp b/retroshare-gui/src/gui/feeds/ChanMsgItem.cpp index 3716a6994..e4fd1c5e0 100644 --- a/retroshare-gui/src/gui/feeds/ChanMsgItem.cpp +++ b/retroshare-gui/src/gui/feeds/ChanMsgItem.cpp @@ -351,7 +351,7 @@ void ChanMsgItem::unsubscribeChannel() if (rsChannels) { - rsChannels->channelSubscribe(mChanId, false); + rsChannels->channelSubscribe(mChanId, false, false); } updateItemStatic(); }