You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 8, 2026. It is now read-only.
I am having the following issue. I can verify my pantalaimon instance with element but once I export the keys and want to import them into pantalaimon i get the following error:
panctl> import-keys @REDACTED:sakura.pm /home/sakura/element-keys.txt REDACTED
Error parsing key file: 'ed25519' is a required property
Failed validating 'required' in schema['items']['properties']['sender_claimed_keys']:
{'type': 'object',
'properties': {'ed25519': {'type': 'string'}},
'required': ['ed25519']}
On instance[1208]['sender_claimed_keys']:
I am having the following issue. I can verify my pantalaimon instance with element but once I export the keys and want to import them into pantalaimon i get the following error:
Is there any way to fix this issue?