feat: Add support to suspicious links (#642)

This commit is contained in:
Rajeh Taher
2021-07-12 21:03:11 +03:00
committed by GitHub
parent 1d49f74ab4
commit 54a07fa22f
3 changed files with 9 additions and 5 deletions

View File

@@ -200,7 +200,8 @@ class Message extends Base {
/**
* Links included in the message.
* @type {Array<string>}
* @type {Array<{link: string, isSuspicious: boolean}>}
*
*/
this.links = data.links;