mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 09:49:30 +01:00
Dedupe network and identity failures.
This commit is contained in:
committed by
Cody Henthorne
parent
e01381379c
commit
a385cb0b68
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user