Skip to content

Commit

Permalink
caldav backend 16.1 - Update AS version constant to 16.1 in BackendCa…
Browse files Browse the repository at this point in the history
…lDAV class
  • Loading branch information
matidau committed May 18, 2024
1 parent 514c4a5 commit aa5112a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/caldav/caldav.php
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ public function ResolveRecipients($resolveRecipients) {
* @return string AS version constant
*/
public function GetSupportedASVersion() {
return ZPush::ASV_14;
return ZPush::ASV_161;
}

/**
Expand Down

0 comments on commit aa5112a

Please sign in to comment.