mirror of
https://github.com/nextcloud/server.git
synced 2026-06-04 22:35:24 -04:00
Merge pull request #10078 from nextcloud/bugfix/activity-277/invalid-actor-and-calendar-for-link-shares
Correctly parse the subject parameters for link (un)shares of calendars
This commit is contained in:
commit
6e9dbe7d15
1 changed files with 2 additions and 0 deletions
|
|
@ -176,6 +176,8 @@ class Calendar extends Base {
|
|||
case self::SUBJECT_DELETE . '_self':
|
||||
case self::SUBJECT_UPDATE:
|
||||
case self::SUBJECT_UPDATE . '_self':
|
||||
case self::SUBJECT_PUBLISH . '_self':
|
||||
case self::SUBJECT_UNPUBLISH . '_self':
|
||||
case self::SUBJECT_SHARE_USER:
|
||||
case self::SUBJECT_UNSHARE_USER:
|
||||
case self::SUBJECT_UNSHARE_USER . '_self':
|
||||
|
|
|
|||
Loading…
Reference in a new issue