an2linux: Add simple filters
Added filter for keywords when fdroid updates its repositories and when Nextcloud uploads images (or similar) to not appear as separate notifications.
This commit is contained in:
parent
afbe10c0d1
commit
174bdad75c
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ ignore_duplicates_list_for_titles = AN2Linux, title
|
||||||
|
|
||||||
# keywords_to_ignore: do not show notifications that include these keywords in the notification titles
|
# keywords_to_ignore: do not show notifications that include these keywords in the notification titles
|
||||||
# comma-separated, case-sensitive. leading and trailing whitespace will be stripped.
|
# comma-separated, case-sensitive. leading and trailing whitespace will be stripped.
|
||||||
keywords_to_ignore =
|
keywords_to_ignore = Updating repositories, Uploading...
|
||||||
|
|
||||||
# regexes_to_ignore: do not show notifications who's contents or title match the following regexes
|
# regexes_to_ignore: do not show notifications who's contents or title match the following regexes
|
||||||
regexes_to_ignore_in_title =
|
regexes_to_ignore_in_title =
|
||||||
|
|
Loading…
Reference in a new issue