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
|
* conversation the message belongs to OR null if a conversation isn't
|
||||||
* found.
|
* found.
|
||||||
*/
|
*/
|
||||||
static async getConversationForTargetMessage(
|
// eslint-disable-next-line class-methods-use-this
|
||||||
|
async getConversationForTargetMessage(
|
||||||
targetFromId: string,
|
targetFromId: string,
|
||||||
targetTimestamp: number
|
targetTimestamp: number
|
||||||
): Promise<boolean | ConversationModelType | null | undefined> {
|
): Promise<boolean | ConversationModelType | null | undefined> {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue