Update deps

This commit is contained in:
RainLoop Team 2018-10-06 02:13:58 +03:00
parent 87bfa64af0
commit 95eb786a3f
7 changed files with 489 additions and 185 deletions

View file

@ -736,7 +736,6 @@ export function settingsSaveHelperSubscribeFunction(remote, settingName, type, f
*/
export function findEmailAndLinks(html)
{
// return html;
return Autolinker ? Autolinker.link(html, {
newWindow: true,
stripPrefix: false,