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:
Christien Rioux 2023-10-01 01:11:42 +00:00
commit 8f0b4aaba0

View File

@ -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);
} }
}); });
} }