fix critical typo (lmao)

This commit is contained in:
kayos@tcp.direct 2022-07-14 00:53:12 -07:00
parent 459b0c81bb
commit 25b8e048fb
Signed by: kayos
GPG Key ID: 4B841471B4BEE979

View File

@ -73,12 +73,12 @@ func (p *Post) TypeCode(long bool) (code string) {
case Image:
code = "i"
if long {
code += "mage"
code += "mg"
}
case Text:
code = "t"
if long {
code += "ext"
code += "xt"
}
case URL:
code = "u"