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

This commit is contained in:
Kate 2024-09-15 18:50:54 +02:00 committed by GitHub
commit a91374e1a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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