From 536d9e482d4ebc012855372b9fcfa4f022d1618a Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Fri, 29 Sep 2023 10:39:56 +0200 Subject: [chore/bugfix] Deinterface text.Formatter, allow underscores in hashtags (#2233) --- internal/processing/account/account.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/processing/account/account.go') diff --git a/internal/processing/account/account.go b/internal/processing/account/account.go index 4432fd5f3..06caffaec 100644 --- a/internal/processing/account/account.go +++ b/internal/processing/account/account.go @@ -41,7 +41,7 @@ type Processor struct { mediaManager *media.Manager oauthServer oauth.Server filter *visibility.Filter - formatter text.Formatter + formatter *text.Formatter federator federation.Federator parseMention gtsmodel.ParseMentionFunc } -- cgit v1.2.3