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:
June Kelly 2022-03-24 09:58:49 +00:00 committed by Copybot
parent 4e11fa73cb
commit e01fbb243b

View file

@ -20,6 +20,7 @@ const RESTRICTED_USER_MESSAGE_TYPE_PASS_LIST = [
'reciveNewFile',
'reciveNewFolder',
'removeEntity',
'accept-changes',
]
let WebsocketLoadBalancer