Merge pull request #12450 from nextcloud/diagnosticE2E

E2E_ERRORS -> E2EE_ERRORS
This commit is contained in:
Tobias Kaminsky 2024-01-29 15:49:24 +01:00 committed by GitHub
commit af72e25787
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1683,7 +1683,7 @@ public static String decryptStringSymmetricAsString(String string,
ArbitraryDataProvider.E2E_ERRORS_TIMESTAMP);
if (value > 0 && timestamp > 0) {
return new Problem(SendClientDiagnosticRemoteOperation.E2E_ERRORS, value, timestamp);
return new Problem(SendClientDiagnosticRemoteOperation.E2EE_ERRORS, value, timestamp);
} else {
return null;
}