Archived
1
0

fix bump bug

This commit is contained in:
Jeff Becker 2017-08-08 18:38:48 -04:00
parent fa5e250595
commit 23ae28bc71

View File

@ -77,6 +77,7 @@ func (self expire) ExpireThread(group, rootMsgid string) {
}
}
self.database.DeleteThread(rootMsgid)
self.database.DeleteArticle(rootMsgid)
self.expireCache(group, rootMsgid, rootMsgid)
}