Always allow reporting chats as spam

This commit is contained in:
ayumi-signal
2026-04-09 09:30:14 -07:00
committed by GitHub
parent 60a1e12545
commit 2bdfc4979e
21 changed files with 264 additions and 58 deletions
+4 -1
View File
@@ -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>;