A few serviceId fixes
Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
parent
1f963efd64
commit
deb1f9bd8d
3 changed files with 14 additions and 3 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue