mirror of
https://github.com/matrix-org/gomatrix
synced 2025-06-06 06:43:24 +00:00
Make the rooms map
This commit is contained in:
parent
16b47cb061
commit
e66d1ef529
1 changed files with 1 additions and 0 deletions
1
store.go
1
store.go
|
@ -60,5 +60,6 @@ func NewInMemoryStore() *InMemoryStore {
|
||||||
return &InMemoryStore{
|
return &InMemoryStore{
|
||||||
Filters: make(map[string]string),
|
Filters: make(map[string]string),
|
||||||
NextBatch: make(map[string]string),
|
NextBatch: make(map[string]string),
|
||||||
|
Rooms: make(map[string]*Room),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue