From efef4b1fa2b19e44e0df0dcb6f584b70bba813dc Mon Sep 17 00:00:00 2001 From: idanoo Date: Sun, 20 Nov 2022 19:11:38 +1300 Subject: [PATCH] Fix bold --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index 2da10b6..c3b554b 100644 --- a/main.go +++ b/main.go @@ -67,7 +67,7 @@ func handler(w http.ResponseWriter, r *http.Request) { if i.Event == "report.created" { err = sendWebhook( fmt.Sprintf( - "[New Report](%s): *%s* has reported *%s*: %s", + "[New Report](%s): **%s** has reported **%s**: %s", fmt.Sprintf( "https://mastodon.nz/admin/reports/%s", i.Object.ID, @@ -85,7 +85,7 @@ func handler(w http.ResponseWriter, r *http.Request) { country := ipLookup(i.Object.IP) err = sendWebhook( fmt.Sprintf( - "[New Signup](%s) %s: *%s* (%s). %s", + "[New Signup](%s) %s: **%s** (%s). %s", fmt.Sprintf( "https://mastodon.nz/admin/accounts/%s", i.Object.ID,