mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-09 19:33:10 +02:00
fix(frontend): replies to channel posts could change the visibility
This commit is contained in:
parent
cf3ac3c0be
commit
090253c2d2
2 changed files with 2 additions and 0 deletions
|
@ -341,6 +341,7 @@ function reply(viaKeyboard = false): void {
|
|||
pleaseLogin();
|
||||
os.post({
|
||||
reply: appearNote,
|
||||
channel: appearNote.channel,
|
||||
animation: !viaKeyboard,
|
||||
}, () => {
|
||||
focus();
|
||||
|
|
|
@ -320,6 +320,7 @@ function reply(viaKeyboard = false): void {
|
|||
showMovedDialog();
|
||||
os.post({
|
||||
reply: appearNote,
|
||||
channel: appearNote.channel,
|
||||
animation: !viaKeyboard,
|
||||
}, () => {
|
||||
focus();
|
||||
|
|
Loading…
Reference in a new issue