[feature] Move use_blurhash to app settings, enable by default (#5)
Does what it says on the tin! This serves as a decent model (imo) for how to move something from Mastodon's rather opaque server-side settings to client settings. Reviewed-on: https://codeberg.org/superseriousbusiness/masto-fe-standalone/pulls/5 Co-authored-by: tobi <tobi.smethurst@protonmail.com> Co-committed-by: tobi <tobi.smethurst@protonmail.com>
This commit is contained in:
@@ -45,6 +45,7 @@ const initialState = ImmutableMap({
|
||||
show_action_bar : true,
|
||||
}),
|
||||
media : ImmutableMap({
|
||||
use_blurhash : true,
|
||||
letterbox : false,
|
||||
fullwidth : true,
|
||||
reveal_behind_cw : false,
|
||||
|
||||
Reference in New Issue
Block a user