This commit is contained in:
Avently
2024-04-17 18:38:45 +07:00
parent a00a3bed6c
commit 6459a921dc
@@ -419,9 +419,8 @@ fun ComposeView(
)
if (chatItem != null) {
chatModel.addChatItem(rhId, chat.chatInfo, chatItem)
return chatItem
}
return null
return chatItem
}
fun checkLinkPreview(): MsgContent {