pick up ! matrix.to URLs

pull/21833/head
Matthew Hodgson 2016-08-28 02:12:18 +01:00
parent de82ac3bc0
commit 18436e1257
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ matrixLinkify.VECTOR_URL_PATTERN = "^(?:https?:\/\/)?(?:"
+ "(?:www\\.)?vector\\.im/(?:beta|staging|develop)/" + "(?:www\\.)?vector\\.im/(?:beta|staging|develop)/"
+ ")(#.*)"; + ")(#.*)";
matrixLinkify.MATRIXTO_URL_PATTERN = "^(?:https?:\/\/)?(?:www\\.)?matrix\\.to/#/((#|@).*)"; matrixLinkify.MATRIXTO_URL_PATTERN = "^(?:https?:\/\/)?(?:www\\.)?matrix\\.to/#/((#|@|!).*)";
matrixLinkify.options = { matrixLinkify.options = {
events: function (href, type) { events: function (href, type) {