This commit is contained in:
parent
b7533b566b
commit
eff8338f80
1 changed files with 1 additions and 1 deletions
|
@ -80,5 +80,5 @@ async def get_public_key(
|
||||||
models.Actor.ap_id == key_id.split("#")[0])
|
models.Actor.ap_id == key_id.split("#")[0])
|
||||||
)
|
)
|
||||||
).one_or_none()
|
).one_or_none()
|
||||||
public_key = existing_actor.ap_object["publicKey"]["publicKeyPem"]
|
public_key = existing_actor.ap_actor["publicKey"]["publicKeyPem"]
|
||||||
return public_key
|
return public_key
|
||||||
|
|
Loading…
Reference in a new issue