feat: synchronisation mode deconnecte fin chat et stats

This commit is contained in:
2025-08-31 18:21:20 +02:00
parent 41a4505b4b
commit 604294af96
149 changed files with 285769 additions and 250633 deletions

View File

@@ -20,6 +20,8 @@ class AppKeys {
static const String chatRoomsBoxName = 'chat_rooms';
static const String chatMessagesBoxName = 'chat_messages';
static const String regionsBoxName = 'regions';
static const String pendingRequestsBoxName = 'pending_requests';
static const String tempEntitiesBoxName = 'temp_entities';
// Rôles utilisateurs
static const int roleUser = 1;