From 66d7c63c081af37f785c5fa1c18c8282688fd400 Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Wed, 19 May 2021 16:41:54 -0700 Subject: [PATCH] Turn off old groups in UI --- utils/eventHandler.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/utils/eventHandler.go b/utils/eventHandler.go index 579163b..99881f5 100644 --- a/utils/eventHandler.go +++ b/utils/eventHandler.go @@ -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)