fluffychat/lib/pangea/spaces/constants/space_constants.dart
ggurdin ebf4224cba
2742 bring back starter chats for top level spaces (#2784)
* feat: added introducton and accouncements chats to new space

* chore: make spaceID redirect clearer

* chore: remove bot from default power levels
2025-05-14 16:08:52 -04:00

9 lines
382 B
Dart

class SpaceConstants {
static const powerLevelOfAdmin = 100;
static const languageToolPermissions = 1;
static const defaultDominantLanguage = "en";
static const defaultTargetLanguage = "es";
static const String classCode = 'classcode';
static const String introductionChatAlias = 'introductionChat';
static const String announcementsChatAlias = 'announcementsChat';
}