RocketChat/Rocket.Chat

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

Summary

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

import { db } from '../database/utils';
import { OEmbedCacheRaw } from './raw/OEmbedCache';

registerModel('IOEmbedCacheModel', new OEmbedCacheRaw(db));