add ed25519:

This commit is contained in:
Sorunome 2020-05-25 15:58:37 +02:00
parent c13f66c85f
commit adc5591e54
No known key found for this signature in database
GPG Key ID: B19471D07FC9BE9C
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ class CrossSigning {
[signedWith.userId] = <String, dynamic>{}; [signedWith.userId] = <String, dynamic>{};
} }
signatures[key.userId][key.identifier]['signatures'][signedWith.userId] signatures[key.userId][key.identifier]['signatures'][signedWith.userId]
[signedWith.identifier] = signature; ['ed25519:${signedWith.identifier}'] = signature;
signedKey = true; signedKey = true;
}; };
for (final key in keys) { for (final key in keys) {