Fix/break/change things

This commit is contained in:
Tulir Asokan
2018-04-24 17:12:08 +03:00
parent e64df67ec3
commit 28c6527544
5 changed files with 12 additions and 13 deletions

View File

@ -155,7 +155,7 @@ func (room *Room) UpdateState(event *gomatrix.Event) {
stateKey = *event.StateKey
}
if event.Type != "m.room.member" {
debug.Printf("[ROOM] Updating state %s#%s for %s", event.Type, stateKey, room.ID)
debug.Printf("Updating state %s#%s for %s", event.Type, stateKey, room.ID)
}
if event.StateKey == nil {