mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-26 11:51:10 +01:00
Story Status for landing page and my stories.
This commit is contained in:
committed by
Cody Henthorne
parent
1ac8701ada
commit
1f82ceecc6
@@ -236,7 +236,7 @@ class MediaSelectionRepository(context: Context) {
|
||||
if (isStory && preUploadResults.size > 1) {
|
||||
preUploadResults.forEach {
|
||||
val list = storyMessages[it] ?: mutableListOf()
|
||||
list.add(OutgoingSecureMediaMessage(message))
|
||||
list.add(OutgoingSecureMediaMessage(message).withSentTimestamp(System.currentTimeMillis()))
|
||||
storyMessages[it] = list
|
||||
|
||||
// XXX We must do this to avoid sending out messages to the same recipient with the same
|
||||
|
||||
Reference in New Issue
Block a user