Skip to content

Commit

Permalink
Update pkg/signalmeow/groups.go
Browse files Browse the repository at this point in the history
Co-authored-by: Tulir Asokan <[email protected]>
  • Loading branch information
maltee1 and tulir authored Jan 27, 2024
1 parent d1e6640 commit 3df6f33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/signalmeow/groups.go
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,6 @@ func DecryptGroupChange(ctx context.Context, groupContext *signalpb.GroupContext
}
}

decryptedGroupChange.AddMembers = make([]*AddMember, 0)
for _, addMember := range encryptedActions.AddMembers {
if addMember == nil {
continue
Expand Down

0 comments on commit 3df6f33

Please sign in to comment.