This commit is contained in:
Christien Rioux 2024-01-30 14:14:11 -05:00
parent 1e6b9f4a43
commit 4a8958a868
7 changed files with 104 additions and 138 deletions

View file

@ -26,6 +26,8 @@ class ValidContactInvitation {
_contactIdentityMaster = contactIdentityMaster,
_writer = writer;
proto.Profile get remoteProfile => _contactRequestPrivate.profile;
Future<AcceptedContact?> accept() async {
final pool = DHTRecordPool.instance;
try {