-
Pierre Lehnen authoredPierre Lehnen authored
ReadReceipts.ts 182 B
import { registerModel } from '@rocket.chat/models';
import { ReadReceiptsDummy } from './dummy/ReadReceipts';
registerModel('IReadReceiptsModel', new ReadReceiptsDummy(), false);