mirror of
https://github.com/hoernschen/dendrite.git
synced 2024-12-26 15:08:28 +00:00
Initialise the map
This commit is contained in:
parent
6f8adc7b40
commit
9ad7d8cd58
1 changed files with 9 additions and 8 deletions
|
@ -107,6 +107,7 @@ func Send(
|
|||
keys: keys,
|
||||
federation: federation,
|
||||
haveEvents: make(map[string]*gomatrixserverlib.HeaderedEvent),
|
||||
invalidEvents: make(map[string]struct{}),
|
||||
newEvents: make(map[string]bool),
|
||||
keyAPI: keyAPI,
|
||||
roomsMu: mu,
|
||||
|
|
Loading…
Reference in a new issue