diff --git a/retroshare-gui/src/gui/gxschannels/GxsChannelPostsWidgetWithModel.cpp b/retroshare-gui/src/gui/gxschannels/GxsChannelPostsWidgetWithModel.cpp index b90f94d5e..1fa83926a 100644 --- a/retroshare-gui/src/gui/gxschannels/GxsChannelPostsWidgetWithModel.cpp +++ b/retroshare-gui/src/gui/gxschannels/GxsChannelPostsWidgetWithModel.cpp @@ -760,15 +760,15 @@ void GxsChannelPostsWidgetWithModel::handleEvent_main_thread(std::shared_ptrmChannelGroupId == groupId()) updateDisplay(true,true); } break; - case RsChannelEventCode::NEW_VOTE: // [[fallthrough]]; + case RsChannelEventCode::NEW_COMMENT: // [[fallthrough]]; + case RsChannelEventCode::NEW_VOTE: if(e->mChannelGroupId == groupId() && e->mChannelThreadId == ui->commentsDialog->messageId()) ui->commentsDialog->refresh();