-
Notifications
You must be signed in to change notification settings - Fork 113
Closed
Labels
Description
Describe the bug
In a publically shared document, we allow users to set a guest name during the session. This functionality is broken in Nextcloud 26 and 27.
From a first glance it looks like it didn't get migrated along with the recent syncService changes. @juliushaertl and @max-nextcloud since you have the most knowledge here, could you take a look?
To Reproduce
Steps to reproduce the behavior:
- Create a public share link for a document (with editing permissions)
- Open the public share link in a private tab, open the active users list
- Try to set a name for your session user
- See the error
this.$syncService.session is undefined - If you mitigate this error, next one is
this.$syncService.updateSession(...) is undefined
siccovansas
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
☑️ Done