summaryrefslogtreecommitdiff
path: root/internal/web/profile.go
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2025-04-22 12:20:54 +0200
committerLibravatar GitHub <noreply@github.com>2025-04-22 12:20:54 +0200
commit075cae3d55197b96d997d72cfb498c870788453a (patch)
tree8df8ac8bcf2addd962b2b15927a1e96302c9a0c8 /internal/web/profile.go
parent[bugfix] Use util.IsNil for checking DomainPermission (#4040) (diff)
downloadgotosocial-075cae3d55197b96d997d72cfb498c870788453a.tar.xz
[chore/frontend] Reorder JS a little bit to avoid visible text changes (#4039)
Diffstat (limited to 'internal/web/profile.go')
-rw-r--r--internal/web/profile.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/web/profile.go b/internal/web/profile.go
index e8483921d..dd3ed8e64 100644
--- a/internal/web/profile.go
+++ b/internal/web/profile.go
@@ -249,7 +249,7 @@ func (m *Module) profileMicroblog(c *gin.Context, p *profile) {
},
{
Bottom: true,
- Src: jsBlurhash,
+ Src: jsFrontendPrerender,
},
},
Extra: map[string]any{
@@ -323,7 +323,7 @@ func (m *Module) profileGallery(c *gin.Context, p *profile) {
},
{
Bottom: true,
- Src: jsBlurhash,
+ Src: jsFrontendPrerender,
},
},
Extra: map[string]any{