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
Please use the 👍 reaction to show that you are affected by the same issue.
Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
Subscribe to receive notifications on status change and new comments.
Steps to reproduce
Share photo from device to a chat conversation with someone in talk.
Open a separate chat conversation with someone else and share the same photo from device.
Expected behaviour
A quick file name check could be run to find that the file or photo has already been shared within the talk folder, and then a pop-up could give the option to share that same file with two or more people or to create a separate share with different permissions.
Actual behaviour
In my particular case with images, the first image shared had "original_filename.JPG" and the second, "original_filename.jpg". The name conflict was recognized by the server and automatically changed from .JPG to .jpg. This only really becomes an issue when using the Sync Client in Windows when a case clash is generated.
The text was updated successfully, but these errors were encountered:
ChildLearningClub
changed the title
Cash clash in sync client when uploading same image to different chat conversations
Case clash in sync client when uploading same image to different chat conversations
Oct 16, 2023
Duplication resolution is nothing Talk can do or handles here. The files are uploaded to the normal WebDAV API and not sharing the same files but a copy can even be intended, so it's not easily possible to automate this.
Regarding the .jpg vs .JPG issue, that is also unrelated to Talk and needs either fixing in the server's WebDAV API or the Desktop client.
Feel free to report it at https://github.com/nextcloud/server
How to use GitHub
Steps to reproduce
Expected behaviour
A quick file name check could be run to find that the file or photo has already been shared within the talk folder, and then a pop-up could give the option to share that same file with two or more people or to create a separate share with different permissions.
Actual behaviour
In my particular case with images, the first image shared had "original_filename.JPG" and the second, "original_filename.jpg". The name conflict was recognized by the server and automatically changed from .JPG to .jpg. This only really becomes an issue when using the Sync Client in Windows when a case clash is generated.
The text was updated successfully, but these errors were encountered: