only inline emus we actually have
This commit is contained in:
parent
6051a54796
commit
29da0f3cdf
4
fun.go
4
fun.go
|
@ -76,7 +76,9 @@ func reverbolate(honks []*Honk) {
|
|||
for _, d := range h.Donks {
|
||||
if d.Name == e {
|
||||
zap[d] = true
|
||||
return fmt.Sprintf(`<img class="emu" title="%s" src="/d/%s">`, d.Name, d.XID)
|
||||
if d.Local {
|
||||
return fmt.Sprintf(`<img class="emu" title="%s" src="/d/%s">`, d.Name, d.XID)
|
||||
}
|
||||
}
|
||||
}
|
||||
return e
|
||||
|
|
Loading…
Reference in New Issue