all repos — honk @ 37ea6d36a1e0ba60838bd0f06c525ecded2bf3eb

my fork of honk

fix handle extraction if no match found
Ted Unangst tedu@tedunangst.com
Wed, 10 Apr 2019 21:26:15 -0400
commit

37ea6d36a1e0ba60838bd0f06c525ecded2bf3eb

parent

0938615c034b3976defa79c4962556af4eeef61b

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

jump to
M honk.gohonk.go

@@ -131,7 +131,7 @@ m := re_unurl.FindStringSubmatch(h)

if len(m) > 2 { return fmt.Sprintf("%s@%s", m[2], m[1]) } - return "" + return h } func reverbolate(honks []*Honk) {