Add permission for managing emojis & stickers (#2678)
add permission for managing emojis & stickers
This commit is contained in:
parent
8658e456b3
commit
93ed896124
2 changed files with 14 additions and 0 deletions
|
|
@ -177,6 +177,13 @@ export const usePermissionGroups = (): PermissionGroup[] => {
|
||||||
const otherSettingsGroup: PermissionGroup = {
|
const otherSettingsGroup: PermissionGroup = {
|
||||||
name: 'Other',
|
name: 'Other',
|
||||||
items: [
|
items: [
|
||||||
|
{
|
||||||
|
location: {
|
||||||
|
state: true,
|
||||||
|
key: StateEvent.PoniesRoomEmotes,
|
||||||
|
},
|
||||||
|
name: 'Manage Emojis & Stickers',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
location: {
|
location: {
|
||||||
state: true,
|
state: true,
|
||||||
|
|
|
||||||
|
|
@ -125,6 +125,13 @@ export const usePermissionGroups = (): PermissionGroup[] => {
|
||||||
const otherSettingsGroup: PermissionGroup = {
|
const otherSettingsGroup: PermissionGroup = {
|
||||||
name: 'Other',
|
name: 'Other',
|
||||||
items: [
|
items: [
|
||||||
|
{
|
||||||
|
location: {
|
||||||
|
state: true,
|
||||||
|
key: StateEvent.PoniesRoomEmotes,
|
||||||
|
},
|
||||||
|
name: 'Manage Emojis & Stickers',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
location: {
|
location: {
|
||||||
state: true,
|
state: true,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue