all repos — honk @ 071b0b07c557aaa083185fdc0444898127ea7a5b

my fork of honk

only inline emus we actually have
Ted Unangst tedu@tedunangst.com
Mon, 08 Jul 2019 20:58:47 -0400
commit

071b0b07c557aaa083185fdc0444898127ea7a5b

parent

8ed26169ef2acc03f841db9af09249d3e2cf07a2

1 files changed, 3 insertions(+), 1 deletions(-)

jump to
M fun.gofun.go

@@ -76,7 +76,9 @@ emuxifier := func(e string) string {

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