fix: make support replies finish promptly
This commit is contained in:
@@ -93,7 +93,8 @@
|
||||
});
|
||||
|
||||
async function send(body) {
|
||||
await supportStore.sendReply(body);
|
||||
const sent = await supportStore.sendReply(body);
|
||||
if (!sent) return;
|
||||
reply = "";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user