Decode the href from the XML payload
authorKevin Ottens <kevin.ottens@nextcloud.com>
Tue, 7 Jul 2020 14:50:31 +0000 (16:50 +0200)
committerKevin Ottens (Rebase PR Action) <er-vin@users.noreply.github.com>
Tue, 7 Jul 2020 15:51:24 +0000 (15:51 +0000)
commit217869e95c76445b034ddc60b0097555bb25b3aa
tree9087792ffdd2a96e12daf24e482177867ba04668
parentf90d6951c297e61e739adad37fed6be971817a68
Decode the href from the XML payload

The XML we get as reply has href entities properly percent encoded.
Since we didn't go through QUrl next we didn't get a properly decoded
version. Make sure we decode it before storage.

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
src/libsync/clientsideencryptionjobs.cpp