Add federation self-testing

This commit is contained in:
2025-10-08 13:52:24 -04:00
parent 7e77f009db
commit e0115fe8db
3 changed files with 17 additions and 2 deletions

View File

@@ -4,11 +4,13 @@ import nacl.signing
import hashlib
import base64
import random
import httpx
import copy
import json
import re
version = "1.4.2"
http_client = httpx.Client(headers={"User-Agent": f"Vona/{version}"})
def canonical_json(value):