From 9576944191b7f395001bb26eae367436ae75ddef Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Fri, 11 Sep 2020 16:38:54 +1000 Subject: [PATCH] fix download of attachments on open group --- ts/receiver/receiver.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ts/receiver/receiver.ts b/ts/receiver/receiver.ts index 94309fbd1..b2ced26a1 100644 --- a/ts/receiver/receiver.ts +++ b/ts/receiver/receiver.ts @@ -1,9 +1,7 @@ // TODO: fix libloki and textsecure not being available here yet -import { handleEndSession } from './sessionHandling'; import { EnvelopePlus } from './types'; -import { downloadAttachment } from './attachments'; -import { handleMediumGroupUpdate } from './mediumGroups'; +export { downloadAttachment } from './attachments'; import { addToCache, getAllFromCache, removeFromCache } from './cache'; import { processMessage } from '../session/snode_api/swarmPolling';