mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-22 03:58:48 +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(),
|
timestamp = System.currentTimeMillis(),
|
||||||
storyType = result.storyType,
|
storyType = result.storyType,
|
||||||
isSecure = true,
|
isSecure = true,
|
||||||
|
body = result.body,
|
||||||
attachments = listOf(it)
|
attachments = listOf(it)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user