mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-06-02 13:12:20 -04:00
pagination work
This commit is contained in:
parent
4082d1dd76
commit
5473bd2ee4
11 changed files with 469 additions and 24 deletions
|
@ -6,8 +6,9 @@ const Map<String, LogLevel> _blocChangeLogLevels = {
|
|||
'ConnectionStateCubit': LogLevel.off,
|
||||
'ActiveSingleContactChatBlocMapCubit': LogLevel.off,
|
||||
'ActiveConversationsBlocMapCubit': LogLevel.off,
|
||||
'DHTShortArrayCubit<Message>': LogLevel.off,
|
||||
'PersistentQueueCubit<Message>': LogLevel.off,
|
||||
'TableDBArrayProtobufCubit<ReconciledMessage>': LogLevel.off,
|
||||
'DHTLogCubit<Message>': LogLevel.off,
|
||||
'SingleContactMessagesCubit': LogLevel.off,
|
||||
};
|
||||
const Map<String, LogLevel> _blocCreateCloseLogLevels = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue