Skip to content

Commit

Permalink
Updating some feature flags (#704)
Browse files Browse the repository at this point in the history
- Removing the graphQL flag.
- Setting the websocket event scope flag to always true.
  • Loading branch information
agnivade authored Mar 11, 2024
1 parent f0d71f9 commit 4d61128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/terraform/strings.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ User=ubuntu
Group=ubuntu
LimitNOFILE=49152
Environment=MM_FEATUREFLAGS_POSTPRIORITY=true
Environment=MM_FEATUREFLAGS_GRAPHQL=false
Environment=MM_FEATUREFLAGS_WEBSOCKETEVENTSCOPE=true
[Install]
WantedBy=multi-user.target
Expand Down

0 comments on commit 4d61128

Please sign in to comment.