Persist chat mentions

This commit is contained in:
Max Brunsfeld 2023-10-18 16:56:03 -07:00
parent 821419ee5b
commit d05404a4df
22 changed files with 402 additions and 112 deletions

View file

@ -599,7 +599,7 @@ impl ChatPanel {
.update(cx, |editor, cx| editor.take_message(cx));
if let Some(task) = chat
.update(cx, |chat, cx| chat.send_message(message.text, cx))
.update(cx, |chat, cx| chat.send_message(message, cx))
.log_err()
{
task.detach();