mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-06-13 03:20:05 -05:00
Notify key changes on state
This commit is contained in:
parent
d67eb6ed2b
commit
f1b76541ea
|
|
@ -144,6 +144,7 @@ func (s *OutputRoomEventConsumer) onNewRoomEvent(
|
|||
}
|
||||
|
||||
if msg.Type == api.OutputRoomState {
|
||||
s.notifyKeyChanges(&ev)
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue