Add ability to filter quote posts in home timeline (#34946)

This commit is contained in:
Claire 2025-06-05 17:36:51 +02:00 committed by GitHub
commit 520974e052
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 24 additions and 6 deletions

View file

@ -20,6 +20,7 @@ const initialState = ImmutableMap({
home: ImmutableMap({
shows: ImmutableMap({
quote: true,
reblog: true,
reply: true,
}),