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/apps/meteor/client/startup/contextualBar/mentionsTab.ts

12 lines
295 B

import { lazy } from 'react';
import { addAction } from '../../views/room/lib/Toolbox';
addAction('mentions', {
groups: ['channel', 'group', 'team'],
id: 'mentions',
title: 'Mentions',
icon: 'at',
template: lazy(() => import('../../views/room/contextualBar/MentionsTab')),
order: 9,
});