remove fixed comments

pull/1205/head
Audric Ackermann 5 years ago
parent 1413b98749
commit bbebfa4c7e
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -1304,7 +1304,6 @@
try {
const uploads = await message.uploadData();
// FIXME audric add back profileKey
const chatMessage = new libsession.Messages.Outgoing.ChatMessage({
body: uploads.body,
identifier: id,

@ -1050,10 +1050,6 @@
const successfulRecipients = this.get('sent_to') || [];
const currentRecipients = conversation.getRecipients();
// const profileKey = conversation.get('profileSharing')
// ? storage.get('profileKey')
// : null;
if (conversation.isPublic()) {
const openGroup = {
server: conversation.get('server'),
@ -1100,7 +1096,6 @@
// Special-case the self-send case - we send only a sync message
if (recipients.length === 1 && recipients[0] === this.OUR_NUMBER) {
// FIXME audric add back profileKey
return this.sendSyncMessageOnly(chatMessage);
}

@ -175,6 +175,7 @@ enum ConversationType {
}
async function sendDeliveryReceipt(source: string, timestamp: any) {
// FIXME audric
// const receiptMessage = new DeliveryReceiptMessage({
// timestamp: Date.now(),
// timestamps: [timestamp],

Loading…
Cancel
Save