mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-07-25 23:45:40 -04:00
Merge branch 'remoteTypo2023-09-30' into 'main'
Fix "removing remove conversation" in contact.dart See merge request veilid/veilidchat!4
This commit is contained in:
commit
8f0b4aaba0
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ Future<void> deleteContact(
|
||||||
.delete();
|
.delete();
|
||||||
}
|
}
|
||||||
} on Exception catch (e) {
|
} on Exception catch (e) {
|
||||||
log.debug('error removing remove conversation record key: $e', e);
|
log.debug('error removing remote conversation record key: $e', e);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue