From b61b000e0a560058969abffa3ec81a288baf5f1c Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Tue, 5 Jul 2022 14:03:44 +0200 Subject: [bugfix] Fix incorrect domain showing in profiles (#693) * use instance account_domain in profile * add instance account_domain field --- web/template/profile.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web') diff --git a/web/template/profile.tmpl b/web/template/profile.tmpl index b8e3b0f6e..d65b45d51 100644 --- a/web/template/profile.tmpl +++ b/web/template/profile.tmpl @@ -13,7 +13,7 @@
{{if .account.DisplayName}}{{.account.DisplayName}}{{else}}{{.account.Username}}{{end}}'s avatar
{{if .account.DisplayName}}{{.account.DisplayName}}{{else}}{{.account.Username}}{{end}}
-
@{{.account.Username}}@{{.instance.Title}}
+
@{{.account.Username}}@{{.instance.AccountDomain}}
-- cgit v1.3