Skip to content

Commit

Permalink
Merge pull request #1304 from nextcloud/reporting
Browse files Browse the repository at this point in the history
e2e_errors -> e2ee_errors
  • Loading branch information
tobiasKaminsky committed Jan 29, 2024
2 parents 4c221aa + 6158d49 commit 49092f7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class SendClientDiagnosticRemoteOperation(
if (e2eError != null) {
map.add(e2eError.toJsonWithTypeString())
} else {
map.add(""""$E2E_ERRORS": {}""")
map.add(""""$E2EE_ERRORS": {}""")
}

return map.joinToString(prefix = "{", postfix = "}")
Expand All @@ -94,6 +94,6 @@ class SendClientDiagnosticRemoteOperation(
const val SYNC_CONFLICTS = "sync_conflicts"
const val PROBLEMS = "problems"
const val VIRUS_DETECTED = "virus_detected"
const val E2E_ERRORS = "e2e_errors"
const val E2EE_ERRORS = "e2ee_errors"
}
}

0 comments on commit 49092f7

Please sign in to comment.