mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-08-02 11:16:10 -04:00
refactor
This commit is contained in:
parent
1e6b9f4a43
commit
4a8958a868
7 changed files with 104 additions and 138 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue