RocketChat/Rocket.Chat

View on GitHub
apps/meteor/server/models/EmojiCustom.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { registerModel } from '@rocket.chat/models';

import { trashCollection } from '../database/trash';
import { db } from '../database/utils';
import { EmojiCustomRaw } from './raw/EmojiCustom';

registerModel('IEmojiCustomModel', new EmojiCustomRaw(db, trashCollection));