mirror of
https://github.com/nextcloud/server.git
synced 2026-04-28 09:37:29 -04:00
Merge pull request #48017 from nextcloud/fix/comment/children-count-integer
This commit is contained in:
commit
a643cb22b2
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' => '',
|
||||
|
|
|
|||
Loading…
Reference in a new issue