@@ -55,9 +55,10 @@ def convert(uuid):
print(ghost_payload)
discord_payload = convert_ghost_to_discord(ghost_payload)
httpx.post(webhook, data=discord_payload)
r = httpx.post(webhook, data=discord_payload)
print(r)
return 200
return "yay"
The note is not visible to the blocked user.