Merge pull request #48025 from nextcloud/backport/48017/stable30

pull/48035/head
Kate 2024-09-15 18:50:54 +07:00 committed by GitHub
commit a91374e1a6
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' => '',