mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #7081 from overleaf/jk-restricted-user-accept-changes
[real-time] Pass 'accept-changes' messages to restricted clients GitOrigin-RevId: 66766f08349501d5a63ee45c4d82e1fe72df852f
This commit is contained in:
parent
4e11fa73cb
commit
e01fbb243b
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ const RESTRICTED_USER_MESSAGE_TYPE_PASS_LIST = [
|
|||
'reciveNewFile',
|
||||
'reciveNewFolder',
|
||||
'removeEntity',
|
||||
'accept-changes',
|
||||
]
|
||||
|
||||
let WebsocketLoadBalancer
|
||||
|
|
Loading…
Reference in a new issue