mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-12-10 14:06:38 -05:00
contact reject
This commit is contained in:
parent
9be3d100e4
commit
b12cbcf684
11 changed files with 267 additions and 76 deletions
|
|
@ -57,6 +57,7 @@ class ContactInvitationItemWidget extends ConsumerWidget {
|
|||
await ref.read(fetchActiveAccountProvider.future);
|
||||
if (activeAccountInfo != null) {
|
||||
await deleteContactInvitation(
|
||||
accepted: false,
|
||||
activeAccountInfo: activeAccountInfo,
|
||||
contactInvitationRecord: contactInvitationRecord);
|
||||
ref.invalidate(fetchContactInvitationRecordsProvider);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue