revert yeah that broke things
This commit is contained in:
limepotato 2024-07-14 13:23:08 +02:00 committed by Iceshrimp development
parent df1a7a0993
commit 48f77e071b
No known key found for this signature in database
GPG key ID: 7249C94AE229BEAF
2 changed files with 2 additions and 0 deletions

View file

@ -374,6 +374,7 @@ useNoteCapture({
function reply(viaKeyboard = false): void {
pleaseLogin();
sound.play("reaction");
os.post(
{
reply: appearNote,

View file

@ -271,6 +271,7 @@ function reply(viaKeyboard = false): void {
function react(viaKeyboard = false): void {
pleaseLogin();
blur();
sound.play("reaction");
reactionPicker.show(
reactButton.value,
(reaction) => {