Mention that filters targetting home timeline also affects lists (#828)
This commit is contained in:
parent
13cb6106fc
commit
15cdc0d09a
|
@ -42,7 +42,7 @@ menu:
|
|||
|
||||
**Description:** The contexts in which the filter should be applied.\
|
||||
**Type:** Array of String \(Enumerable anyOf\)\
|
||||
`home` = home timeline\
|
||||
`home` = home timeline and lists\
|
||||
`notifications` = notifications timeline\
|
||||
`public` = public timelines\
|
||||
`thread` = expanded thread of a detailed status\
|
||||
|
|
|
@ -31,7 +31,7 @@ Optionally only apply the filter for a limited amount of time. Expired filters a
|
|||
|
||||
Choose where the filter will be applied:
|
||||
|
||||
* Home timeline = matching statuses will be removed from your home feed
|
||||
* Home timeline and lists = matching statuses will be removed from your home feed and lists
|
||||
* Notifications = matching notifications will not be shown
|
||||
* Public timelines = matching statuses will not appear in local/federated timelines
|
||||
* Conversations = matching statuses will be hidden in threads and detailed views
|
||||
|
|
Loading…
Reference in New Issue