Skip to content

Commit

Permalink
Merge pull request #48017 from nextcloud/fix/comment/children-count-i…
Browse files Browse the repository at this point in the history
…nteger
  • Loading branch information
provokateurin authored Sep 15, 2024
2 parents e37a882 + 9a63494 commit a643cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/Comments/Comment.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Comment implements IComment {
'id' => '',
'parentId' => '0',
'topmostParentId' => '0',
'childrenCount' => '0',
'childrenCount' => 0,
'message' => '',
'verb' => '',
'actorType' => '',
Expand Down

0 comments on commit a643cb2

Please sign in to comment.