mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-10 16:33:11 -06:00
Initialise array
This commit is contained in:
parent
0bb1995f4f
commit
588be60d66
|
|
@ -81,6 +81,7 @@ func (s *accountDataStatements) selectAccountData(localpart string) (
|
|||
return
|
||||
}
|
||||
|
||||
global = []gomatrixserverlib.ClientEvent{}
|
||||
rooms = make(map[string][]gomatrixserverlib.ClientEvent)
|
||||
|
||||
for rows.Next() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue