Set body on OutgoingMessage when adding to a group story.

This commit is contained in:
Alex Hart
2024-01-23 11:52:03 -05:00
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)
)
}