mirror of
https://github.com/tomoko-dev9/nntpchan.git
synced 2026-03-28 17:32:35 +01:00
fix sage in model
This commit is contained in:
@@ -384,7 +384,7 @@ func (self *post) Pubkey() string {
|
||||
}
|
||||
|
||||
func (self *post) Sage() bool {
|
||||
return self.sage
|
||||
return isSage(self.Subject())
|
||||
}
|
||||
|
||||
func (self *post) CSSClass() string {
|
||||
|
||||
Reference in New Issue
Block a user