-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Labels
Description
Steps to reproduce
- Alice creates a file "test.txt" with content "original text"
- Alice shares the file with Brian
- Brian creates a file "new.txt" with content "new text"
- Brian copies "new.txt" to "test.txt"
Expected behaviour
Both Alice and Brian see that "test.txt" has the content "new text"
Actual behaviour
Brian now has "test.txt" has the content "new text"
The share from Alice to Brian is in the declined state
Alice has "test.txt" has the content "original text"
When Brian accepts the declined share from Alice, then Brian sees "test (2).txt" with content "original text"
Server configuration
Current oC10 core master
See PR #40308 for the test scenario(s)