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