fix previous commit, make it compile
This commit is contained in:
parent
6af4470473
commit
70feeed809
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user