Archived
1
0

fix previous commit, make it compile

This commit is contained in:
Jeff 2017-08-03 12:10:19 -04:00
parent 6af4470473
commit 70feeed809

View File

@ -36,7 +36,7 @@ func (self *nullHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
msg, err := self.database.GetMessageIDByHash(hash) msg, err := self.database.GetMessageIDByHash(hash)
if err == nil { if err == nil {
if !db.HasArticleLocal(msg.MessageID()) { if !self.database.HasArticleLocal(msg.MessageID()) {
goto notfound goto notfound
} }