You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ok, this is a known issue that is related to Text and onlyoffice and their way to sharing collaborated modification on a file throw a temporary file/buffer:
userA lock the file and open the file in Text App,
userB open the file in Text App,
userB can edit the file, but cannot save the modification on the filesystem, however the modification are sync on a temporary file and synchronize with the opened session from userA,
userA's session autosave modification from both users on the filesystem.
tl;dr: userB's edit are shared to userA that have writing access to the file.
The solution is to have those apps to check if the file is manually/temporary locked: nextcloud/server#18080
Updated-from-16 local test instance of Nc 18.0.1, 0.8.1 version of the app.
The text was updated successfully, but these errors were encountered: