Fix typing
This commit is contained in:
parent
b37b77ad34
commit
9d312bc229
1 changed files with 1 additions and 1 deletions
|
@ -1443,7 +1443,7 @@ async def json_feed(
|
|||
"items": data,
|
||||
}
|
||||
if LOCAL_ACTOR.icon_url:
|
||||
result["author"]["avatar"] = LOCAL_ACTOR.icon_url
|
||||
result["author"]["avatar"] = LOCAL_ACTOR.icon_url # type: ignore
|
||||
return result
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue