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