mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-01 03:03:10 -06:00
Placate the almighty linter
This commit is contained in:
parent
e0cdb95eb6
commit
e9810fc439
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue