revoltchat / backend

Monorepo for Revolt backend services.
https://developers.revolt.chat/api/
Other
1.1k stars 121 forks source link

Delta permissions clean-up #241

Closed toastxc closed 1 year ago

toastxc commented 1 year ago

Please make sure to check the following tasks before opening and submitting a PR

This moves some of the permission structures to Quark, as well as removing inconsistently named double-ups of permission data structures

insertish commented 1 year ago

As mentioned in chat, do you need this merged for any reason outside of the project? i.e. if you're currently using one of the crates externally though I doubt that

I would probably hold off on this change and instead move it directly to revolt-models when appropriate.

toastxc commented 1 year ago

fair enough

toastxc commented 1 year ago

It has been moved to revolt models, cannot be fully implemented until DB methods are complete