fix: MSKY-77 (MisskeyIO#956)
This commit is contained in:
parent
9262571e81
commit
e888ee414b
2 changed files with 17 additions and 22 deletions
|
@ -186,8 +186,8 @@ export function getNoteMenu(props: {
|
|||
}).then(({ canceled }) => {
|
||||
if (canceled) return;
|
||||
|
||||
if (isAprilFoolsDay()) {
|
||||
if (!isMute()) playUrl('/client-assets/sounds/flush.mp3', {});
|
||||
if (isAprilFoolsDay() && !isMute()) {
|
||||
playUrl('/client-assets/sounds/flush.mp3', { volume: defaultStore.state.sound_masterVolume });
|
||||
}
|
||||
|
||||
misskeyApi('notes/delete', {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue