Hide Read activity from the admin inbox
parent
b34ac82c3a
commit
d2e8cc0a6b
|
@ -280,7 +280,7 @@ async def admin_inbox(
|
||||||
) -> templates.TemplateResponse:
|
) -> templates.TemplateResponse:
|
||||||
where = [
|
where = [
|
||||||
models.InboxObject.ap_type.not_in(
|
models.InboxObject.ap_type.not_in(
|
||||||
["Accept", "Delete", "Create", "Update", "Undo"]
|
["Accept", "Delete", "Create", "Update", "Undo", "Read"]
|
||||||
),
|
),
|
||||||
models.InboxObject.is_deleted.is_(False),
|
models.InboxObject.is_deleted.is_(False),
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue