comment this part to push the commit sooner

This commit is contained in:
Azareal 2021-04-07 14:23:26 +10:00
parent 14b098bac2
commit 943a684332
1 changed files with 2 additions and 2 deletions

View File

@ -143,10 +143,10 @@ func storeInit() (e error) {
if e != nil { if e != nil {
return ws(e) return ws(e)
} }
c.ForumActionStore, e = c.NewDefaultForumActionStore(acc) /*c.ForumActionStore, e = c.NewDefaultForumActionStore(acc)
if e != nil { if e != nil {
return ws(e) return ws(e)
} }*/
c.Convos, e = c.NewDefaultConversationStore(acc) c.Convos, e = c.NewDefaultConversationStore(acc)
if e != nil { if e != nil {
return ws(e) return ws(e)