an2linux: Try to fix ignored messages
The server still does not correctly ignore messages which should be contained in the ignored keywords list. (Image upload percentages, repository update percentages, for which it spits out hundreds of desktop notifications. Well, 100, to be exact.) Perhaps this simplification of the keywords makes it work better.
This commit is contained in:
parent
0b43d717d3
commit
047ae4c025
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
|
||||
# comma-separated, case-sensitive. leading and trailing whitespace will be stripped.
|
||||
keywords_to_ignore = Updating repositories, Uploading...
|
||||
keywords_to_ignore = Updating, Uploading
|
||||
|
||||
# regexes_to_ignore: do not show notifications who's contents or title match the following regexes
|
||||
regexes_to_ignore_in_title =
|
||||
|
|
Loading…
Reference in a new issue