mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-24 12:43:37 +00:00
Tw token users missing events (#13919)
* added missing operations GitOrigin-RevId: 1492369b7fe290a7953ac8a8f002039fb6a75f10
This commit is contained in:
parent
0bdc82c948
commit
c63899834a
1 changed files with 6 additions and 0 deletions
|
@ -16,8 +16,14 @@ const RESTRICTED_USER_MESSAGE_TYPE_PASS_LIST = [
|
|||
'reciveNewDoc',
|
||||
'reciveNewFile',
|
||||
'reciveNewFolder',
|
||||
'reciveEntityMove',
|
||||
'reciveEntityRename',
|
||||
'removeEntity',
|
||||
'accept-changes',
|
||||
'projectNameUpdated',
|
||||
'rootDocUpdated',
|
||||
'toggle-track-changes',
|
||||
'projectRenamedOrDeletedByExternalSource',
|
||||
]
|
||||
|
||||
let WebsocketLoadBalancer
|
||||
|
|
Loading…
Reference in a new issue