mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 08:48:53 +00:00
[Glitch] Fix quote notification filtering and add settings
Port a4c05c694f to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
@@ -37,6 +37,7 @@ const initialState = ImmutableMap({
|
||||
follow_request: false,
|
||||
favourite: false,
|
||||
reblog: false,
|
||||
quote: false,
|
||||
mention: false,
|
||||
poll: false,
|
||||
status: false,
|
||||
@@ -60,6 +61,7 @@ const initialState = ImmutableMap({
|
||||
follow_request: false,
|
||||
favourite: true,
|
||||
reblog: true,
|
||||
quote: true,
|
||||
mention: true,
|
||||
poll: true,
|
||||
status: true,
|
||||
@@ -73,6 +75,7 @@ const initialState = ImmutableMap({
|
||||
follow_request: false,
|
||||
favourite: true,
|
||||
reblog: true,
|
||||
quote: true,
|
||||
mention: true,
|
||||
poll: true,
|
||||
status: true,
|
||||
|
||||
Reference in New Issue
Block a user