mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-04-08 11:58:03 +02:00
Moves sending message on channel from the main thread to the IO thread
This commit is contained in:
parent
8b852d32e4
commit
9589f68028
@ -221,7 +221,7 @@ fun ChannelScreen(
|
||||
|
||||
// LAST ROW
|
||||
EditFieldRow(newPostModel, isPrivate = false, accountViewModel = accountViewModel) {
|
||||
scope.launch {
|
||||
scope.launch(Dispatchers.IO) {
|
||||
val tagger = NewMessageTagger(
|
||||
channelHex = channel.idHex,
|
||||
mentions = listOfNotNull(replyTo.value?.author),
|
||||
|
Loading…
x
Reference in New Issue
Block a user