added proper notifications when a group is deleted

This commit is contained in:
csoler 2020-11-25 23:35:20 +01:00
parent f21b57b643
commit bce514115d
15 changed files with 60 additions and 8 deletions

View file

@ -67,6 +67,7 @@ void GxsForumsDialog::handleEvent_main_thread(std::shared_ptr<const RsEvent> eve
break;
case RsForumEventCode::NEW_FORUM: // [[fallthrough]];
case RsForumEventCode::DELETED_FORUM: // [[fallthrough]];
case RsForumEventCode::SUBSCRIBE_STATUS_CHANGED:
updateDisplay(true);
break;