Rephrase comment

This commit is contained in:
Brendan Abolivier 2017-08-22 14:08:50 +01:00
parent 592357c42d
commit 186c19f44f
No known key found for this signature in database
GPG key ID: 8EF1500759F70623

View file

@ -79,8 +79,8 @@ func (n *Notifier) OnNewEvent(ev *gomatrixserverlib.Event, userID string, pos ty
case "invite":
userIDs = append(userIDs, userID)
case "join":
// We have to manually append the new user's ID so they get
// notified along all members in the room
// Manually append the new user's ID so they get notified
// along all members in the room
userIDs = append(userIDs, userID)
n.addJoinedUser(ev.RoomID(), userID)
case "leave":