Dedupe network and identity failures.

This commit is contained in:
Greyson Parrelli
2021-10-01 14:21:41 -04:00
committed by Cody Henthorne
parent e01381379c
commit a385cb0b68
19 changed files with 133 additions and 130 deletions

View File

@@ -201,7 +201,7 @@ class MediaSelectionRepository(context: Context) {
isViewOnce,
ThreadDatabase.DistributionTypes.DEFAULT,
null, emptyList(), emptyList(),
mentions, emptyList(), emptyList()
mentions, mutableSetOf(), mutableSetOf()
)
messages.add(OutgoingSecureMediaMessage(message))