From 23ae28bc719844df648b7bb411cd9e2fe821fa66 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Tue, 8 Aug 2017 18:38:48 -0400 Subject: [PATCH] fix bump bug --- contrib/backends/srndv2/src/srnd/expiration.go | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/backends/srndv2/src/srnd/expiration.go b/contrib/backends/srndv2/src/srnd/expiration.go index 7600a25..3d3dfd0 100644 --- a/contrib/backends/srndv2/src/srnd/expiration.go +++ b/contrib/backends/srndv2/src/srnd/expiration.go @@ -77,6 +77,7 @@ func (self expire) ExpireThread(group, rootMsgid string) { } } self.database.DeleteThread(rootMsgid) + self.database.DeleteArticle(rootMsgid) self.expireCache(group, rootMsgid, rootMsgid) }