Turn off old groups + Upgrade Cwtch #42

Merged
erinn merged 2 commits from groups into trunk 2021-05-20 01:14:22 +00:00
1 changed files with 1 additions and 2 deletions
Showing only changes of commit 66d7c63c08 - Show all commits

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)