diff options
| author | 2025-04-22 12:20:54 +0200 | |
|---|---|---|
| committer | 2025-04-22 12:20:54 +0200 | |
| commit | 075cae3d55197b96d997d72cfb498c870788453a (patch) | |
| tree | 8df8ac8bcf2addd962b2b15927a1e96302c9a0c8 /internal/web/thread.go | |
| parent | [bugfix] Use util.IsNil for checking DomainPermission (#4040) (diff) | |
| download | gotosocial-075cae3d55197b96d997d72cfb498c870788453a.tar.xz | |
[chore/frontend] Reorder JS a little bit to avoid visible text changes (#4039)
Diffstat (limited to 'internal/web/thread.go')
| -rw-r--r-- | internal/web/thread.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/web/thread.go b/internal/web/thread.go index 0b296a75b..d46e52ac7 100644 --- a/internal/web/thread.go +++ b/internal/web/thread.go @@ -154,7 +154,7 @@ func (m *Module) threadGETHandler(c *gin.Context) { }, { Bottom: true, - Src: jsBlurhash, + Src: jsFrontendPrerender, }, }, Extra: map[string]any{ |
