mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-07-24 15:05:22 -04:00
chat work
This commit is contained in:
parent
ce4e19f88d
commit
8e7619677a
10 changed files with 372 additions and 657 deletions
|
@ -32,6 +32,7 @@ class ValidContactInvitation {
|
|||
final pool = DHTRecordPool.instance;
|
||||
try {
|
||||
// Ensure we don't delete this if we're trying to chat to self
|
||||
// The initiating side will delete the records in deleteInvitation()
|
||||
final isSelf = _contactIdentityMaster.identityPublicKey ==
|
||||
_activeAccountInfo.localAccount.identityMaster.identityPublicKey;
|
||||
final accountRecordKey = _activeAccountInfo.accountRecordKey;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue