mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-07-22 22:20:43 -04:00
fixing bugs
This commit is contained in:
parent
fd63a0d5e0
commit
f780a60d69
3 changed files with 7 additions and 2 deletions
|
@ -143,7 +143,8 @@ class SingleContactMessagesCubit extends Cubit<SingleContactMessagesState> {
|
|||
|
||||
// Open reconciled chat record key
|
||||
Future<void> _initReconciledMessagesCubit() async {
|
||||
final tableName = _localConversationRecordKey.toString();
|
||||
final tableName =
|
||||
_localConversationRecordKey.toString().replaceAll(':', '_');
|
||||
|
||||
final crypto = await _makeLocalMessagesCrypto();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue