fix failing tests

This commit is contained in:
Phillip Thelen
2019-02-07 18:02:23 +01:00
parent 82863bd947
commit e9d5123f8a
2 changed files with 12 additions and 13 deletions

View File

@@ -85,7 +85,6 @@ function getBannedWordsFromText (message) {
}
const mentionRegex = new RegExp('\\B@[-\\w]+', 'g');
/**
* @api {post} /api/v3/groups/:groupId/chat Post chat message to a group
* @apiName PostChat