mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-23 14:53:10 -06: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 {
|
if msg.Type == api.OutputRoomState {
|
||||||
|
s.notifyKeyChanges(&ev)
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue