thaw the topic lists when a new topic is made
This commit is contained in:
parent
08be6ca402
commit
ed201f1898
|
@ -240,6 +240,7 @@ func (s *DefaultTopicStore) Create(fid int, name, content string, uid int, ip st
|
|||
return 0, err
|
||||
}
|
||||
tid = int(lastID)
|
||||
TopicListThaw.Thaw()
|
||||
|
||||
return tid, Forums.AddTopic(tid, uid, fid)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue