Skip to content

Commit

Permalink
ts
Browse files Browse the repository at this point in the history
  • Loading branch information
KevLehman committed Aug 21, 2024
1 parent 4da0c9c commit de433f7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/meteor/app/apps/server/bridges/messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ import { executeSendMessage } from '../../../lib/server/methods/sendMessage';
import notifications from '../../../notifications/server/lib/Notifications';
import { executeSetReaction } from '../../../reactions/server/setReaction';

// TODO: remove this when Apps engine provide this type
declare module '@rocket.chat/apps-engine/definition/messages' {
type Reaction = `:${string}:`;
}

export class AppMessageBridge extends MessageBridge {
constructor(private readonly orch: IAppServerOrchestrator) {
super();
Expand Down

0 comments on commit de433f7

Please sign in to comment.