Make the rooms map

This commit is contained in:
Kegan Dougal 2016-12-01 14:52:55 +00:00
parent 16b47cb061
commit e66d1ef529
1 changed files with 1 additions and 0 deletions

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),
}
}