mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
ConversationController: Remove static keyword
This commit is contained in:
committed by
Josh Perez
parent
72292c1aa7
commit
42db239001
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user