diff --git a/app/server/appsmith-server/src/main/java/com/appsmith/server/featureflags/FeatureFlagEnum.java b/app/server/appsmith-server/src/main/java/com/appsmith/server/featureflags/FeatureFlagEnum.java index ff0edf7b6094..ed168ebba67a 100644 --- a/app/server/appsmith-server/src/main/java/com/appsmith/server/featureflags/FeatureFlagEnum.java +++ b/app/server/appsmith-server/src/main/java/com/appsmith/server/featureflags/FeatureFlagEnum.java @@ -27,6 +27,7 @@ public enum FeatureFlagEnum { JS_EDITOR, COMMENT, SNIPPET, - LINTING; + LINTING, + MULTIPLAYER; } diff --git a/app/server/appsmith-server/src/main/resources/features/init-flags.yml b/app/server/appsmith-server/src/main/resources/features/init-flags.yml index 6f465f0a0a1a..7a9aced20c98 100644 --- a/app/server/appsmith-server/src/main/resources/features/init-flags.yml +++ b/app/server/appsmith-server/src/main/resources/features/init-flags.yml @@ -43,4 +43,13 @@ ff4j: class: com.appsmith.server.featureflags.strategies.EmailBasedRolloutStrategy param: - name: emailDomains - value: appsmith.com,moolya.com \ No newline at end of file + value: appsmith.com,moolya.com + + - uid: MULTIPLAYER + enable: true + description: Enable collaboration by sharing mouse pointers of concurrent app editors + flipstrategy: + class: com.appsmith.server.featureflags.strategies.EmailBasedRolloutStrategy + param: + - name: emailDomains + value: appsmith.com