mirror of https://github.com/matrix-org/gomatrix
Make the rooms map
This commit is contained in:
parent
16b47cb061
commit
e66d1ef529
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…
Reference in New Issue