notifications feed: exclude updates from quiet

pull/676/head
Ryan Barrett 2023-10-12 18:13:32 -07:00
rodzic 2d8fb1f57f
commit 14a3d70870
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 6BE31FDF4776E9D4
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -202,7 +202,7 @@ def serve_feed(*, objects, format, title, as_snippets=False, quiet=False):
objects = [obj for obj in objects if not obj.deleted]
if quiet:
objects = [obj for obj in objects if obj.type not in
('follow', 'stop-following', 'like', 'share')]
('follow', 'stop-following', 'like', 'share', 'update')]
if as_snippets:
activities = [{