mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-21 19:48:29 +00:00
Set body on OutgoingMessage when adding to a group story.
This commit is contained in:
committed by
Greyson Parrelli
parent
bb52e7159c
commit
01841a4aa8
@@ -111,6 +111,7 @@ class AddToGroupStoryDelegate(
|
||||
timestamp = System.currentTimeMillis(),
|
||||
storyType = result.storyType,
|
||||
isSecure = true,
|
||||
body = result.body,
|
||||
attachments = listOf(it)
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user