fix(regression/cs2): processed content in prospective message
Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
parent
546dd7bdeb
commit
a6fe65ea6b
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Reference in New Issue