Merge pull request #1338 from Bilb/fix-download-attachments

fix download of attachments on open group
pull/1339/head
Audric Ackermann 5 years ago committed by GitHub
commit b1d27c4520
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save