mclemente / fvtt-module-polyglot

Talk to others using a language you can speak and scrambles text you can't understand.
MIT License
41 stars 48 forks source link

Sharing compendium entry in chat is broken when a language other than common is used #279

Closed uninvitedguest closed 1 year ago

uninvitedguest commented 1 year ago

Describe the bug When sharing a compendium entry in the chat, instead of sharing the entry the UUID code is translated. This is especially a pain, because we are in a campaign that starts out where few to none of the characters have a shared language.

To Reproduce Steps to reproduce the behavior:

  1. Select a language other than "common"
  2. Drag a compendium entry to the chat that you want to share. Hit enter to send.
  3. The compendium entry gets translated rather than being a shareable/clickable item.

image

Expected behavior Expected that the compendium entry would be shared.

image

mclemente commented 1 year ago

Should be fixed now on v1.8.9.

uninvitedguest commented 1 year ago

Still occurs on 1.8.9 image image

mclemente commented 1 year ago

Released a fix now. I'm not sure how the last image is possible, it was set to ignore @UUID completely.

uninvitedguest commented 1 year ago

I'm sorry to say it still persists

image

image

image

mclemente commented 1 year ago

That's on me, I changed the wrong hook 🤦‍♂️ Should actually work now on 1.8.11

uninvitedguest commented 1 year ago

Yes! It looks to be working now. Thank you!