Add compatibility for circles on 22

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2021-06-25 11:23:38 +02:00
parent 6365d83431
commit 3e032b133d
2 changed files with 7 additions and 3 deletions
+2 -2
View File
@@ -36,8 +36,8 @@ class Circle extends RelationalObject {
public function getObjectSerialization() {
return [
'uid' => $this->object->getUniqueId(),
'displayname' => $this->object->getName(),
'typeString' => $this->object->getTypeString(),
'displayname' => $this->object->getDisplayName(),
'typeString' => '',
'circleOwner' => $this->object->getOwner(),
'type' => 7
];