1
0
mirror of https://git.sr.ht/~tsileo/microblog.pub synced 2025-06-05 21:59:23 +02:00

Fix typing

This commit is contained in:
Thomas Sileo
2022-11-19 08:15:36 +01:00
parent b37b77ad34
commit 9d312bc229

View File

@ -1443,7 +1443,7 @@ async def json_feed(
"items": data, "items": data,
} }
if LOCAL_ACTOR.icon_url: if LOCAL_ACTOR.icon_url:
result["author"]["avatar"] = LOCAL_ACTOR.icon_url result["author"]["avatar"] = LOCAL_ACTOR.icon_url # type: ignore
return result return result