fix download of attachments on open group

This commit is contained in:
Audric Ackermann 2020-09-11 16:38:54 +10:00
parent 23a717925b
commit 9576944191
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4
1 changed files with 1 additions and 3 deletions

View File

@ -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';