1
0
Fork 0
mirror of https://github.com/matrix-org/gomatrix synced 2025-05-15 12:03:24 +00:00

Make the rooms map

This commit is contained in:
Kegan Dougal 2016-12-01 14:52:55 +00:00
parent 16b47cb061
commit e66d1ef529

View file

@ -60,5 +60,6 @@ func NewInMemoryStore() *InMemoryStore {
return &InMemoryStore{
Filters: make(map[string]string),
NextBatch: make(map[string]string),
Rooms: make(map[string]*Room),
}
}