mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
Merge pull request #48025 from nextcloud/backport/48017/stable30
This commit is contained in:
commit
a91374e1a6
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