🐛(back) manage can-edit endpoint without created room in the ws (#1152)

In a scenario where the first user is editing a docs without websocket
and nobody has reached the websocket server first, the y-provider
service will return a 404 and we don't handle this case in the can-edit
endpoint leading to a server error.
This commit is contained in:
Manuel Raynaud
2025-07-10 14:24:38 +02:00
committed by GitHub
parent 8a057b9c39
commit 500d4ea5ac
4 changed files with 123 additions and 7 deletions

View File

@@ -11,6 +11,7 @@ and this project adheres to
### Fixed
- 🌐(frontend) keep simple tag during export #1154
- 🐛(back) manage can-edit endpoint without created room in the ws
## [3.4.0] - 2025-07-09