More actor icons

This commit is contained in:
Thomas Sileo 2022-08-26 07:43:39 +02:00
parent 365e6cc534
commit 63073279e1
7 changed files with 23 additions and 4 deletions

View file

@ -1721,6 +1721,7 @@ async def _process_transient_object(
raw_object: ap.RawObject,
from_actor: models.Actor,
) -> None:
# TODO: track featured/pinned objects for actors
ap_type = raw_object["type"]
if ap_type in ["Add", "Remove"]:
logger.info(f"Dropping unsupported {ap_type} object")