Commit bc3e533
committed
fix(sync): do not check for conflicts during sync
The document may be in the middle of getting saved.
When the file has been updated
but the metadata in the documents table has not
it may seem like the file was overwritten
even though text is saving the file.
This does not indicate an actual conflict.
Avoid triggering the conflict screen in that race condition.
Signed-off-by: Max <max@nextcloud.com>1 parent 3a1c7e5 commit bc3e533
1 file changed
Lines changed: 1 addition & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
179 | 178 | | |
180 | 179 | | |
181 | 180 | | |
| |||
186 | 185 | | |
187 | 186 | | |
188 | 187 | | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | 188 | | |
197 | 189 | | |
198 | | - | |
| 190 | + | |
199 | 191 | | |
200 | 192 | | |
201 | 193 | | |
| |||
0 commit comments