diff --git a/services/frontend/pkg/revaconfig/config.go b/services/frontend/pkg/revaconfig/config.go index 06abf4699..993b9b855 100644 --- a/services/frontend/pkg/revaconfig/config.go +++ b/services/frontend/pkg/revaconfig/config.go @@ -192,6 +192,7 @@ func FrontendConfigFromStruct(cfg *config.Config) (map[string]interface{}, error "hostname": "", }, "support_url_signing": true, + "support_sse": true, }, "graph": map[string]interface{}{ "personal_data_export": true,