Update js/modules/loki_public_chat_api.js

oof

Co-Authored-By: sachaaaaa <40749766+sachaaaaa@users.noreply.github.com>
pull/517/head
Ryan Tharp 6 years ago committed by GitHub
parent 71fde0b9e6
commit d85cd980c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -758,7 +758,7 @@ class LokiPublicChannelAPI {
], ],
}; };
if (quote && quote.id) { if (quote && quote.id) {
payload.annoations[0].value.quote = quote; payload.annotations[0].value.quote = quote;
// copied from model/message.js copyFromQuotedMessage // copied from model/message.js copyFromQuotedMessage
const collection = await Signal.Data.getMessagesBySentAt(quote.id, { const collection = await Signal.Data.getMessagesBySentAt(quote.id, {

Loading…
Cancel
Save