Set body on OutgoingMessage when adding to a group story.

This commit is contained in:
Alex Hart
2024-01-16 13:03:38 -04:00
committed by Greyson Parrelli
parent bb52e7159c
commit 01841a4aa8

View File

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