Correcting names, and deleting message
There is a known regresion for the MESSAGE_CREATE event while it's not on screen, though I have not been able to replicate it while I'm looking for it. If you see this bug, please let me know the conditions it happens under
This commit is contained in:
@@ -128,11 +128,12 @@ async function enter(event) {
|
||||
channel.editing = null;
|
||||
}
|
||||
else {
|
||||
replyingto = thisuser.channelfocus.replyingto;
|
||||
let replying = replyingto?.all;
|
||||
if (replyingto) {
|
||||
replyingto.classList.remove("replying");
|
||||
}
|
||||
replyingto = false;
|
||||
thisuser.channelfocus.replyingto = null;
|
||||
channel.sendMessage(typebox.value, {
|
||||
attachments: images,
|
||||
replyingto: replying,
|
||||
|
Reference in New Issue
Block a user