mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-20 04:57:29 -06:00
[feature] Use blurhashes in frontend, tidy up gallery view a bit
This commit is contained in:
parent
13e7ac3e6a
commit
df425ac08a
16 changed files with 421 additions and 123 deletions
|
|
@ -68,7 +68,6 @@ func (m *Module) domainBlockListGETHandler(c *gin.Context) {
|
|||
Instance: instance,
|
||||
OGMeta: apiutil.OGBase(instance),
|
||||
Stylesheets: []string{cssFA},
|
||||
Javascript: []string{jsFrontend},
|
||||
Extra: map[string]any{"blocklist": domainBlocks},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue