mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix(comments): Add test for email mention
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
b61a8cfeba
commit
882f91605b
1 changed files with 6 additions and 0 deletions
|
|
@ -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'],
|
||||
],
|
||||
],
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue