mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 00:38:27 +00:00
Add a glitch-soc local setting to make the post publish toast optional (#2666)
This commit is contained in:
@@ -61,6 +61,7 @@ const initialState = ImmutableMap({
|
||||
media: true,
|
||||
visibility: true,
|
||||
}),
|
||||
show_published_toast: true,
|
||||
});
|
||||
|
||||
const hydrate = (state, localSettings) => state.mergeDeep(localSettings);
|
||||
|
||||
Reference in New Issue
Block a user