ConversationController: Remove static keyword
This commit is contained in:
parent
72292c1aa7
commit
42db239001
1 changed files with 2 additions and 1 deletions
|
@ -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<boolean | ConversationModelType | null | undefined> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue