mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Ignore METHOD prop while hashing
This commit is contained in:
parent
38599e1666
commit
4de920b552
1 changed files with 3 additions and 0 deletions
|
|
@ -9,6 +9,9 @@ from .utils import cached_property, uniq
|
|||
IGNORE_PROPS = (
|
||||
# PRODID is changed by radicale for some reason after upload
|
||||
'PRODID',
|
||||
# Sometimes METHOD:PUBLISH is added by WebCAL providers, for us it doesn't
|
||||
# make a difference
|
||||
'METHOD',
|
||||
# X-RADICALE-NAME is used by radicale, because hrefs don't really exist in
|
||||
# their filesystem backend
|
||||
'X-RADICALE-NAME',
|
||||
|
|
|
|||
Loading…
Reference in a new issue