gabrieljackson / mattermost-plugin-wrangler

Manage Mattermost Messages Masterfully!
Apache License 2.0
51 stars 11 forks source link

Update logic for finding message IDs in links #188

Closed gabrieljackson closed 2 months ago

gabrieljackson commented 2 months ago

This new logic simplifies the regex for finding message IDs in links, while also ensuring the links match the Mattermost server SiteURL. This should prevent ID lookup when a link from another Mattermost server is used while also improving performance in most cases.