Turn off old groups in UI

This commit is contained in:
Sarah Jamie Lewis 2021-05-19 16:41:54 -07:00
parent 83c3ad21c3
commit 66d7c63c08
1 changed files with 1 additions and 2 deletions

View File

@ -162,8 +162,7 @@ func (eh *EventHandler) handleAppBusEvent(e *event.Event) string {
// Check that the group is cryptographically valid
if group.CheckGroup() == false {
// TODO uncomment once group upgrade is complete...
//continue
continue
}
ph := NewPeerHelper(profile)