1
0

merge: upstream

This commit is contained in:
Marie
2024-01-09 10:35:10 +01:00
23 changed files with 325 additions and 143 deletions
@@ -84,7 +84,7 @@ function prepend(note) {
emit('note');
if (props.sound) {
sound.play($i && (note.userId === $i.id) ? 'noteMy' : 'note');
sound.playMisskeySfx($i && (note.userId === $i.id) ? 'noteMy' : 'note');
}
}