Story Status for landing page and my stories.

This commit is contained in:
Alex Hart
2022-03-10 12:13:36 -04:00
committed by Cody Henthorne
parent 1ac8701ada
commit 1f82ceecc6
7 changed files with 172 additions and 20 deletions

View File

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