diff --git a/postrender.go b/postrender.go index 1b25598..2f03f85 100644 --- a/postrender.go +++ b/postrender.go @@ -87,7 +87,7 @@ func applyMarkdownSpecial(data []byte, skipNoFollow bool, baseURL string, cfg *c tagPrefix = "/read/t/" } md = []byte(hashtagReg.ReplaceAll(md, []byte("#$1"))) - handlePrefix := "/mention:" + handlePrefix := cfg.App.Host + "/mention:" md = []byte(mentionReg.ReplaceAll(md, []byte("$0"))) } // Strip out bad HTML