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

pull/47916/head
Kate 2024-09-15 17:48:11 +07:00 committed by GitHub
commit a643cb22b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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