Skip to content

Commit

Permalink
Filedrop must not be used when serializing
Browse files Browse the repository at this point in the history
Signed-off-by: tobiasKaminsky <[email protected]>
  • Loading branch information
tobiasKaminsky committed Jan 23, 2024
1 parent d119992 commit 69aa577
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 69aa577

Please sign in to comment.