mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-25 07:29:33 -05:00
Changed the follow status changed to new wire
This commit is contained in:
parent
d3233dbc03
commit
87282618a4
@ -127,6 +127,9 @@ void WireDialog::handleEvent_main_thread(std::shared_ptr<const RsEvent> event)
|
||||
case RsWireEventCode::POST_UPDATED:
|
||||
refreshGroups();
|
||||
break;
|
||||
case RsWireEventCode::NEW_WIRE:
|
||||
refreshGroups();
|
||||
break;
|
||||
case RsWireEventCode::FOLLOW_STATUS_CHANGED:
|
||||
refreshGroups();
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user