Skip to content

Commit

Permalink
Merge pull request #12404 from nextcloud/filedropBugfix
Browse files Browse the repository at this point in the history
Filedrop must not be used when serializing
  • Loading branch information
tobiasKaminsky committed Jan 23, 2024
2 parents 03b163f + 69aa577 commit 14c5bce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ package com.owncloud.android.datamodel.e2e.v2.encrypted
data class EncryptedFolderMetadataFile(
val metadata: EncryptedMetadata,
val users: List<EncryptedUser>,
val filedrop: MutableMap<String, EncryptedFiledrop>?,
@Transient val filedrop: MutableMap<String, EncryptedFiledrop>?,
val version: String = "2.0"
)

0 comments on commit 14c5bce

Please sign in to comment.