mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-02 14:26:28 +02:00
fix(frontend): replies to channel posts could change the visibility
This commit is contained in:
@@ -320,6 +320,7 @@ function reply(viaKeyboard = false): void {
|
||||
showMovedDialog();
|
||||
os.post({
|
||||
reply: appearNote,
|
||||
channel: appearNote.channel,
|
||||
animation: !viaKeyboard,
|
||||
}, () => {
|
||||
focus();
|
||||
|
||||
Reference in New Issue
Block a user