6 | | Ada uploads version x+3, setting the ```last_downloaded_uri``` in the metadata to URI of x+2. |
7 | | Bob downloads version x+3 and sees it as a conflict because ```last_downloaded_uri``` is set to URI of x+2 and is not equal to Bob's ```last_uploaded_uri``` which is the URI of version x. |
| 6 | Ada uploads version x+3, setting the ``last_downloaded_uri`` in the metadata to URI of x+2. |
| 7 | Bob downloads version x+3 and sees it as a conflict because ``last_downloaded_uri`` is set to URI of x+2 and is not equal to Bob's ``last_uploaded_uri`` which is the URI of version x. |
| 8 | |
| 9 | We should be able to solve this if we change our data model to include file history. This would simultaneously resolve #2565 |