mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-24 00:29:12 +01:00
Always allow reporting chats as spam
This commit is contained in:
@@ -1086,7 +1086,10 @@ type ReadableInterface = {
|
||||
limit: number,
|
||||
options: { maxVersion: number }
|
||||
) => Array<MessageType>;
|
||||
getMessageServerGuidsForSpam: (conversationId: string) => Array<string>;
|
||||
getMessageServerGuidsForSpam: (
|
||||
conversationId: string,
|
||||
sourceServiceId?: string
|
||||
) => Array<string>;
|
||||
|
||||
getJobsInQueue(queueType: string): Array<StoredJob>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user