@@ -53,7 +53,7 @@ def convert(uuid):
ghost_payload = request.get_json()
discord_payload = convert_ghost_to_discord(ghost_payload)
r = httpx.post(webhook, data=discord_payload)
r = httpx.post(webhook, json=discord_payload)
print(r)
return "yay"
The note is not visible to the blocked user.