hicommonwealth / commonwealth

A platform for decentralized communities
https://commonwealth.im
GNU General Public License v3.0
67 stars 44 forks source link

Move permissions utils into libs #8478

Open kurtisassad opened 3 months ago

kurtisassad commented 3 months ago

Describe the bug

We need our permissions utils to be in libs. This will require ensuring the code is in strict mode as well as part of the refactor.

kurtisassad commented 2 months ago

Moving the permissions utils into libs causes tests to fail probably due to a circular dependency. I am unable to resolve it and have decided it might not be good to spend too much time on a refactoring issue.