MM-59865: Set WebsocketEventScope FF to true (#27750)

This has been set to true for a while on Community.
Setting it to true now for it to soak in cloud.

https://mattermost.atlassian.net/browse/MM-59865
```release-note
NONE
```
Этот коммит содержится в:
Agniva De Sarker
2024-07-25 18:41:40 +05:30
коммит произвёл GitHub
родитель 88bbc9dcb8
Коммит 00d40dd3a1

Просмотреть файл

@@ -78,7 +78,7 @@ func (f *FeatureFlags) SetDefaults() {
f.CloudAnnualRenewals = false
f.CloudDedicatedExportUI = false
f.ChannelBookmarks = false
f.WebSocketEventScope = false
f.WebSocketEventScope = true
f.NotificationMonitoring = true
f.ExperimentalAuditSettingsSystemConsoleUI = false
}