Dorako / pf2e-dorako-ux

MIT License
4 stars 7 forks source link

Fix for updates with multiple users #12

Closed K4rakara closed 9 months ago

K4rakara commented 9 months ago

I know you just made a release, but I found a bug in the change I made that only happens when multiple users are present, so I didn't catch it. Sincerest apologies, I should've done more testing before committing.

This fix makes it such that only the owner of the message will update the dorako-ux flags on it. Without this, every user except the one who made the message will see a "[user] does not have permission to update ChatMessage" error banner if a message is updated.

Dorako commented 9 months ago

No worries, thanks for the fix.