Fix marking events as seen in subscriptions when not matched

This commit is contained in:
Jon Staab
2024-11-11 11:45:03 -08:00
parent 2bc5565580
commit 76ad0ba976
5 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -220,7 +220,7 @@ export const getFilterGenerality = (filter: Filter) => {
}
if (filter.authors) {
return Math.min(1, filter.authors.length / 100)
return Math.min(1, filter.authors.length / 300)
}
return 1