yeah that broke things

This commit is contained in:
nelle 2024-07-14 04:15:18 -06:00
parent e012f157a0
commit b8dcad8f8e
2 changed files with 0 additions and 2 deletions

View file

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

View file

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