Add ability to filter quote posts in home timeline (#34946)
This commit is contained in:
parent
3d474807bf
commit
520974e052
4 changed files with 24 additions and 6 deletions
|
|
@ -20,6 +20,7 @@ const initialState = ImmutableMap({
|
|||
|
||||
home: ImmutableMap({
|
||||
shows: ImmutableMap({
|
||||
quote: true,
|
||||
reblog: true,
|
||||
reply: true,
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue