diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2022-01-21 15:08:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-21 15:08:12 +0100 |
commit | fccb98c8b654e4cdde33e0128a29de47d3f21f4d (patch) | |
tree | 0c3e8b46ccf5d376a565ab3debab162eff1ade33 /apps | |
parent | 17025d6f814f1b7db6077df21d1740282766cf92 (diff) | |
parent | 1a1bdd9bc4e90153ef87381b908e0289ca74bc53 (diff) | |
download | nextcloud-server-fccb98c8b654e4cdde33e0128a29de47d3f21f4d.tar.gz nextcloud-server-fccb98c8b654e4cdde33e0128a29de47d3f21f4d.zip |
Merge pull request #30379 from nextcloud/feature/add-comments-reactions
Add comments reactions
Diffstat (limited to 'apps')
-rw-r--r-- | apps/dav/tests/unit/Comments/CommentsNodeTest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/dav/tests/unit/Comments/CommentsNodeTest.php b/apps/dav/tests/unit/Comments/CommentsNodeTest.php index 1738e1b53f9..f085ace9d89 100644 --- a/apps/dav/tests/unit/Comments/CommentsNodeTest.php +++ b/apps/dav/tests/unit/Comments/CommentsNodeTest.php @@ -404,6 +404,7 @@ class CommentsNodeTest extends \Test\TestCase { $ns . 'objectId' => '1848', $ns . 'referenceId' => 'ref', $ns . 'isUnread' => null, + $ns . 'reactions' => [], ]; $this->commentsManager->expects($this->exactly(2)) |