mirror of
https://github.com/wassname/talk.git
synced 2026-07-22 13:00:29 +08:00
[CORL-416] Disable Live Updates (#2391)
* feat: initial implementation * fix: docs
This commit is contained in:
@@ -277,4 +277,10 @@ export enum ERROR_CODES {
|
||||
* without any email addresses specified.
|
||||
*/
|
||||
INVITE_REQUIRES_EMAIL_ADDRESSES = "INVITE_REQUIRES_EMAIL_ADDRESSES",
|
||||
|
||||
/**
|
||||
* LIVE_UPDATES_DISABLED is returned when a websocket request is attempted by
|
||||
* someone now allowed when it is disabled on the tenant level.
|
||||
*/
|
||||
LIVE_UPDATES_DISABLED = "LIVE_UPDATES_DISABLED",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user