forked from github/cinny
Add permission for managing emojis & stickers (#2678)
add permission for managing emojis & stickers
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user