diff --git a/include/js/notification.js b/include/js/notification.js index c414d21..fc1373a 100644 --- a/include/js/notification.js +++ b/include/js/notification.js @@ -89,7 +89,7 @@ function parseNotification(data) { function parseMessage(message, url) { let regex = { "username": /\{([^\{\}]+)\}@(\w+)/g, - "url": /\[([^\[\[]*)\]/g + "url": /\[(.*)\]/g }; return message.replace(regex.username, function (_match, name, id, _offset, _string) {