mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-22 07:10:59 +00:00
parent
1670c92269
commit
8ea1fb9ce6
1 changed files with 3 additions and 1 deletions
|
@ -215,7 +215,9 @@ class FanOutStates(StateGraph):
|
||||||
fan_out.identity.shared_inbox_uri
|
fan_out.identity.shared_inbox_uri
|
||||||
or fan_out.identity.inbox_uri
|
or fan_out.identity.inbox_uri
|
||||||
),
|
),
|
||||||
body=canonicalise(fan_out.subject_identity.to_update_ap()),
|
body=canonicalise(
|
||||||
|
await sync_to_async(fan_out.subject_identity.to_update_ap)()
|
||||||
|
),
|
||||||
)
|
)
|
||||||
except httpx.RequestError:
|
except httpx.RequestError:
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in a new issue