fix(regression/cs2): processed content in prospective message

Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
Infi 2024-06-03 20:20:43 +02:00
parent 546dd7bdeb
commit a6fe65ea6b
1 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@ class ChannelScreenViewModel @Inject constructor(
id = nonce,
channel = channel?.id,
author = RevoltAPI.selfId,
content = draftContent,
content = content,
nonce = nonce,
attachments = listOf(),
replies = listOf(),