mirror of
https://git.sr.ht/~sircmpwn/tokidoki
synced 2025-12-12 06:07:22 +01:00
Set content length propery for DAV objects
This makes collections play nice with clients that require it, like cadaver.
This commit is contained in:
parent
5a6306bd83
commit
a734b3b532
3 changed files with 23 additions and 19 deletions
2
go.mod
2
go.mod
|
|
@ -14,4 +14,4 @@ require (
|
|||
require golang.org/x/text v0.3.7 // indirect
|
||||
|
||||
// This needs to be removed once everything is merged upstream
|
||||
replace github.com/emersion/go-webdav v0.3.2-0.20220310154811-85d2b222bbcd => github.com/bitfehler/go-webdav v0.3.2-0.20220513133554-bf9c9fcc431a
|
||||
replace github.com/emersion/go-webdav v0.3.2-0.20220310154811-85d2b222bbcd => github.com/bitfehler/go-webdav v0.3.2-0.20220517131716-4ba36d52ba63
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue