Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for third-party chat links #90

Merged
merged 2 commits into from
Sep 4, 2020
Merged

Conversation

mixxorz
Copy link
Owner

@mixxorz mixxorz commented Sep 4, 2020

Issue ticket #89, #32

If applied, this PR will...
Add support for other addon's chat links. This includes Prat's URL links and Mythic Dungeon Tool's route links.

Please provide detail on the technical changes, if relevant
The thing preventing this was a local reference to SetItemRef. At the point when Glass loads, SetItemRef points to the original function. But other addons hook and replace SetItemRef to add their own links. The change is simply to use the global reference _G.SetItemRef instead of creating a local reference.

Dev checklist

  • Feature works with other addons enabled
  • Feature works with all other addons disabled
  • README updated (if necessary)
  • CHANGELOG updated

@mixxorz mixxorz changed the title Add custom hyperlink support Add support for thid-party chat links Sep 4, 2020
@mixxorz mixxorz changed the title Add support for thid-party chat links Add support for third-party chat links Sep 4, 2020
@mixxorz mixxorz merged commit e860796 into master Sep 4, 2020
@mixxorz mixxorz deleted the feature/89-mdt-integration branch September 4, 2020 04:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant