better handling of subkey sequence numbers

This commit is contained in:
Christien Rioux 2024-04-24 22:43:42 -04:00
parent 64d0019e6e
commit 0b4de3ad13
9 changed files with 185 additions and 57 deletions

View file

@ -8,6 +8,7 @@ const Map<String, LogLevel> _blocChangeLogLevels = {
'ActiveConversationsBlocMapCubit': LogLevel.off,
'DHTShortArrayCubit<Message>': LogLevel.off,
'PersistentQueueCubit<Message>': LogLevel.off,
'SingleContactMessagesCubit': LogLevel.off,
};
const Map<String, LogLevel> _blocCreateCloseLogLevels = {};
const Map<String, LogLevel> _blocErrorLogLevels = {};