Skip to content

Commit

Permalink
🚩 Disable messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
redDwarf03 committed Jun 4, 2024
1 parent 162388c commit 51c3727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/domain/repositories/features_flags.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// Simply activate/deactivate features.
class FeatureFlags {
static const messagingActive = true;
static const messagingActive = false;
static const forceLogout = false;
static const dexActive = true;
}

0 comments on commit 51c3727

Please sign in to comment.