Notify key changes on state

This commit is contained in:
Neil Alexander 2020-09-09 14:29:36 +01:00
parent d67eb6ed2b
commit f1b76541ea
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -144,6 +144,7 @@ func (s *OutputRoomEventConsumer) onNewRoomEvent(
}
if msg.Type == api.OutputRoomState {
s.notifyKeyChanges(&ev)
return nil
}