mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2024-10-01 06:55:46 -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
@ -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…
Reference in New Issue
Block a user