all repos — honk @ 144507ac78b01facf19b5cd74eae81fce9150d81

my fork of honk

in case webfinger fails, only cache one minute
Ted Unangst tedu@tedunangst.com
Wed, 22 Apr 2020 18:37:26 -0400
commit

144507ac78b01facf19b5cd74eae81fce9150d81

parent

42e9160678eabe629c2bb8f595d600e6d8548970

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

jump to
M activity.goactivity.go

@@ -1361,7 +1361,7 @@ return href, true

} } return href, true -}}) +}, Duration: 1 * time.Minute}) func gofish(name string) string { if name[0] == '@' {