mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-08-02 11:16:10 -04:00
fix deadlock
clean up async handling improve styled alerts
This commit is contained in:
parent
22390f31ff
commit
8edccb8a0f
21 changed files with 125 additions and 108 deletions
|
@ -37,7 +37,7 @@ class ValidContactInvitation {
|
|||
return (await pool.openRecordWrite(_contactRequestInboxKey, _writer,
|
||||
debugName: 'ValidContactInvitation::accept::'
|
||||
'ContactRequestInbox',
|
||||
parent: pool.getParentRecordKey(_contactRequestInboxKey) ??
|
||||
parent: await pool.getParentRecordKey(_contactRequestInboxKey) ??
|
||||
_accountInfo.accountRecordKey))
|
||||
// ignore: prefer_expression_function_bodies
|
||||
.maybeDeleteScope(!isSelf, (contactRequestInbox) async {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue