Add a glitch-soc local setting to make the post publish toast optional (#2666)

This commit is contained in:
Claire
2024-03-08 11:35:18 +01:00
committed by GitHub
parent d002458c7b
commit e95f2c2b68
4 changed files with 18 additions and 6 deletions

View File

@@ -61,6 +61,7 @@ const initialState = ImmutableMap({
media: true,
visibility: true,
}),
show_published_toast: true,
});
const hydrate = (state, localSettings) => state.mergeDeep(localSettings);