A few serviceId fixes

Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
Fedor Indutny 2023-08-11 19:27:10 +02:00 committed by Jamie Kyle
parent 1f963efd64
commit deb1f9bd8d
3 changed files with 14 additions and 3 deletions

View file

@ -1947,8 +1947,9 @@ export class MessageModel extends window.Backbone.Model<MessageAttributesType> {
strictAssert(id, 'Quote must have an id');
const result: QuotedMessageType = {
...quote,
...omit(quote, 'authorAci'),
authorUuid: quote.authorAci,
id,
attachments: quote.attachments.slice(),