Message Requests: Add new "Report spam and block" button
This commit is contained in:
parent
20e501d9f1
commit
d4dc9b8e39
33 changed files with 630 additions and 92 deletions
3
ts/model-types.d.ts
vendored
3
ts/model-types.d.ts
vendored
|
@ -171,6 +171,9 @@ export type MessageAttributesType = {
|
|||
// background, when we were still in IndexedDB, before attachments had gone to disk
|
||||
// We set this so that the idle message upgrade process doesn't pick this message up
|
||||
schemaVersion: number;
|
||||
// This should always be set for new messages, but older messages may not have them. We
|
||||
// may not have these for outbound messages, either, as we have not needed them.
|
||||
serverGuid?: string;
|
||||
serverTimestamp?: number;
|
||||
source?: string;
|
||||
sourceUuid?: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue