Clean up UUID-handling to prepare for future
This commit is contained in:
parent
5369950c1d
commit
3f58a9b762
7 changed files with 55 additions and 31 deletions
|
@ -2428,7 +2428,6 @@ export class ConversationModel extends window.Backbone.Model<
|
|||
: '';
|
||||
|
||||
return {
|
||||
author: contact.get('e164'),
|
||||
authorUuid: contact.get('uuid'),
|
||||
bodyRanges: quotedMessage.get('bodyRanges'),
|
||||
id: quotedMessage.get('sent_at'),
|
||||
|
@ -2594,7 +2593,6 @@ export class ConversationModel extends window.Backbone.Model<
|
|||
async sendReactionMessage(
|
||||
reaction: { emoji: string; remove: boolean },
|
||||
target: {
|
||||
targetAuthorE164: string;
|
||||
targetAuthorUuid: string;
|
||||
targetTimestamp: number;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue