in case webfinger fails, only cache one minute
Ted Unangst tedu@tedunangst.com
Wed, 22 Apr 2020 18:37:26 -0400
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
activity.go
→
activity.go
@@ -1361,7 +1361,7 @@ return href, true
} } return href, true -}}) +}, Duration: 1 * time.Minute}) func gofish(name string) string { if name[0] == '@' {