Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Case clash in sync client when uploading same image to different chat conversations #10721

Closed
ChildLearningClub opened this issue Oct 16, 2023 · 2 comments

Comments

@ChildLearningClub
Copy link

How to use GitHub

  • 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

  1. Share photo from device to a chat conversation with someone in talk.
  2. 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.

@ChildLearningClub 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
@nickvergessen
Copy link
Member

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

@nickvergessen nickvergessen closed this as not planned Won't fix, can't repro, duplicate, stale Oct 17, 2023
@ChildLearningClub
Copy link
Author

Okay thank you @nickvergessen, I thought that might be the case, thank you for clarifying.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants