all: fix link in mentions

This commit is contained in:
Olga Larinova
2022-03-02 17:42:12 +03:00
parent 3690aacb66
commit 935377a941
7 changed files with 7 additions and 7 deletions

View File

@ -518,7 +518,7 @@
};
// the user is mentioned in a comment
config.events['onRequestSendNotify'] = function (event) {
event.data.actionLink = replaceActionLink(location.href, event.data.actionLink);
event.data.actionLink = replaceActionLink(location.href, JSON.stringify(event.data.actionLink));
var data = JSON.stringify(event.data);
innerAlert("onRequestSendNotify: " + data);
};