The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/app/channel-settings/client/startup/tabBar.ts

14 lines
416 B

import { FC, lazy, LazyExoticComponent } from 'react';
import { addAction } from '../../../../client/views/room/lib/Toolbox';
addAction('channel-settings', {
groups: ['channel', 'group'],
id: 'channel-settings',
anonymous: true,
full: true,
title: 'Room_Info',
icon: 'info-circled',
template: lazy(() => import('../../../../client/views/room/contextualBar/Info')) as LazyExoticComponent<FC>,
order: 7,
});