Fix typing
parent
b37b77ad34
commit
9d312bc229
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue