feat: Implement getting fingerprints

This commit is contained in:
2022-12-25 22:59:53 +01:00
parent d37a4bd719
commit 5bc1136ec0
6 changed files with 64 additions and 20 deletions

View File

@@ -2,7 +2,6 @@ import 'package:meta/meta.dart';
@immutable
class RatchetMapKey {
const RatchetMapKey(this.jid, this.deviceId);
factory RatchetMapKey.fromJsonKey(String key) {