Placate the almighty linter

This commit is contained in:
Neil Alexander 2022-04-13 12:20:46 +01:00
parent e0cdb95eb6
commit e9810fc439
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -284,7 +284,7 @@ func (n *Notifier) IsSharedUser(userA, userB string) bool {
for _, users := range n.roomIDToJoinedUsers {
okA = users.isIn(userA)
if !okA {
continue
continue
}
okB = users.isIn(userB)
if okA && okB {