Kruptein / PlanarAlly

A companion tool for when you travel into the planes.
https://www.planarally.io/
MIT License
395 stars 73 forks source link

bug(Access): Prevent DMs from having explicit access #1212

Closed Kruptein closed 1 year ago

Kruptein commented 1 year ago

DMs have implicit edit access to all shapes. It is not possible to add explicit access for DMs using the access UI as this could potentially be confusing if you try to revoke certain access rights from a DM.

During the creation of some shapes(e.g. basic tokens) DMs would still be explicitly granted access and thus show up in the access UI.

This PR now actively prevents any addAccess call to work for DMs.