1
0
mirror of https://github.com/spacebarchat/client.git synced 2024-11-22 02:12:38 +01:00

fix typing status not stopping when message is sent

This commit is contained in:
Puyodead1 2023-09-25 11:39:47 -04:00
parent 6573cbcc6b
commit c7e3c378df
No known key found for this signature in database
GPG Key ID: A4FA4FEC0DD353FC

View File

@ -93,6 +93,8 @@ function MessageInput({ channel }: Props) {
setContent("");
setAttachments([]);
// stop typing
debouncedStopTyping(true);
const nonce = Snowflake.generate();
const msg = app.queue.add({