fix like/boost remote post

pull/629/head
D 2023-08-07 02:37:35 +00:00
rodzic a69499c742
commit a327c0a7c6
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -166,11 +166,11 @@ class FanOutStates(StateGraph):
# Send it to the remote inbox
try:
if interaction.type == interaction.Types.vote:
body = interaction.to_ap()
body = interaction.to_create_ap()
elif interaction.type == interaction.Types.pin:
body = interaction.to_add_ap()
else:
body = interaction.to_create_ap()
body = interaction.to_ap()
interaction.identity.signed_request(
method="post",
uri=(