Merge pull request #48017 from nextcloud/fix/comment/children-count-integer

This commit is contained in:
Kate 2024-09-15 17:48:11 +02:00 committed by GitHub
commit a643cb22b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,7 @@ class Comment implements IComment {
'id' => '',
'parentId' => '0',
'topmostParentId' => '0',
'childrenCount' => '0',
'childrenCount' => 0,
'message' => '',
'verb' => '',
'actorType' => '',