Commits (2)
- Brian Hatchet authored
Backend for channel modes Added a new field to the user object that stores our three channel modes
ec274294 - Brian Hatchet authored
Epic/permissions open channels See merge request !307
fd67bc47
Showing
Common/ChannelMode.php 0 → 100644
This diff is collapsed.
This diff is collapsed.
| ... | ... | @@ -33,7 +33,8 @@ |
| "zendframework/zend-diactoros": "1.8.6", | ||
| "league/oauth2-server": "7.2.0", | ||
| "lcobucci/jwt": "3.2.4", | ||
| "sentry/sdk": "2.0.3" | ||
| "sentry/sdk": "2.0.3", | ||
| "zendframework/zend-permissions-rbac": "^3.0" | ||
| }, | ||
| "repositories": [ | ||
| { | ||
| ... | ... |