Skip to content

Commit

Permalink
Update im.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
albuquerquefabio committed May 16, 2022
1 parent c1b6db3 commit a1eb536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/meteor/app/api/server/v1/im.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* Docs: https://github.com/RocketChat/developer-docs/blob/master/reference/api/rest-api/endpoints/team-collaboration-endpoints/im-endpoints
*/
import type { IMessage, IRoom, ISetting, ISubscription, IUpload, IUser } from '@rocket.chat/core-typings';
import { isDmDeleteProps } from '@rocket.chat/rest-typings';
import { Meteor } from 'meteor/meteor';
import { Match, check } from 'meteor/check';

Expand All @@ -13,7 +14,6 @@ import { normalizeMessagesForUser } from '../../../utils/server/lib/normalizeMes
import { API } from '../api';
import { getRoomByNameOrIdWithOptionToJoin } from '../../../lib/server/functions/getRoomByNameOrIdWithOptionToJoin';
import { createDirectMessage } from '../../../../server/methods/createDirectMessage';
import { isDmDeleteProps } from '@rocket.chat/rest-typings';

interface IImFilesObject extends IUpload {
userId: string;
Expand Down

0 comments on commit a1eb536

Please sign in to comment.