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/livechat/client/tabBar.ts

21 lines
520 B

import { lazy } from 'react';
import { addAction } from '../../../client/views/room/lib/Toolbox';
addAction('room-info', {
groups: ['live'],
id: 'room-info',
title: 'Room_Info',
icon: 'info-circled',
template: lazy(() => import('../../../client/views/omnichannel/directory/chats/contextualBar/ChatsContextualBar')),
order: 0,
});
addAction('contact-chat-history', {
groups: ['live'],
id: 'contact-chat-history',
title: 'Contact_Chat_History',
icon: 'clock',
template: 'contactChatHistory',
order: 11,
});