diff --git a/ts/ConversationController.ts b/ts/ConversationController.ts index 12d3be636..f12bcf0a4 100644 --- a/ts/ConversationController.ts +++ b/ts/ConversationController.ts @@ -579,7 +579,8 @@ export class ConversationController { * conversation the message belongs to OR null if a conversation isn't * found. */ - static async getConversationForTargetMessage( + // eslint-disable-next-line class-methods-use-this + async getConversationForTargetMessage( targetFromId: string, targetTimestamp: number ): Promise {