notice-controller - update memStore on boot

This commit is contained in:
kumavis 2018-06-14 00:23:01 -07:00
parent 4b8a4fd5fe
commit 722c5ae821
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ module.exports = class NoticeController extends EventEmitter {
this.store = new ObservableStore(initState)
this.memStore = new ObservableStore({})
this.store.subscribe(() => this._updateMemstore())
this._updateMemstore()
}
getNoticesList () {