mirror of
https://mau.dev/mautrix/go.git
synced 2026-03-14 14:25:53 +01:00
statestore: fix missing JoinRules map when initializing MemoryStateStore (#432)
Some checks failed
Some checks failed
This commit is contained in:
parent
14b85e98a6
commit
346100cfd4
1 changed files with 1 additions and 0 deletions
|
|
@ -129,6 +129,7 @@ func NewMemoryStateStore() StateStore {
|
|||
PowerLevels: make(map[id.RoomID]*event.PowerLevelsEventContent),
|
||||
Encryption: make(map[id.RoomID]*event.EncryptionEventContent),
|
||||
Create: make(map[id.RoomID]*event.Event),
|
||||
JoinRules: make(map[id.RoomID]*event.JoinRulesEventContent),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue