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,
|
id = nonce,
|
||||||
channel = channel?.id,
|
channel = channel?.id,
|
||||||
author = RevoltAPI.selfId,
|
author = RevoltAPI.selfId,
|
||||||
content = draftContent,
|
content = content,
|
||||||
nonce = nonce,
|
nonce = nonce,
|
||||||
attachments = listOf(),
|
attachments = listOf(),
|
||||||
replies = listOf(),
|
replies = listOf(),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue