From: Joas Schilling Date: Fri, 18 Oct 2024 05:39:41 +0000 (+0200) Subject: fix(comments): Add test for email mention X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fheads%2Ffeat%2Fnoid%2Fsupport-email-mentions;p=nextcloud-server.git fix(comments): Add test for email mention Signed-off-by: Joas Schilling --- diff --git a/tests/lib/Comments/CommentTest.php b/tests/lib/Comments/CommentTest.php index 742ce33071f..3cfc897b28e 100644 --- a/tests/lib/Comments/CommentTest.php +++ b/tests/lib/Comments/CommentTest.php @@ -196,6 +196,12 @@ class CommentTest extends TestCase { ['type' => 'federated_team', 'id' => 'Former Cirle'], ], ], + [ + 'Emails are supported since 30.0.2 right? @"email/aa23d315de327cfc330f0401ea061005b2b0cdd45ec8346f12664dd1f34cb886"', + [ + ['type' => 'email', 'id' => 'aa23d315de327cfc330f0401ea061005b2b0cdd45ec8346f12664dd1f34cb886'], + ], + ], ]; }