fix(frontend): replies to channel posts could change the visibility

This commit is contained in:
Acid Chicken (硫酸鶏)
2023-07-27 00:58:37 +09:00
parent cf3ac3c0be
commit 090253c2d2
2 changed files with 2 additions and 0 deletions

View File

@@ -341,6 +341,7 @@ function reply(viaKeyboard = false): void {
pleaseLogin();
os.post({
reply: appearNote,
channel: appearNote.channel,
animation: !viaKeyboard,
}, () => {
focus();

View File

@@ -320,6 +320,7 @@ function reply(viaKeyboard = false): void {
showMovedDialog();
os.post({
reply: appearNote,
channel: appearNote.channel,
animation: !viaKeyboard,
}, () => {
focus();