mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-26 03:11:36 +01:00
[Glitch] Fix notification sounds
Port f3864db409
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
70652e49eb
commit
93c71e2c7c
1 changed files with 1 additions and 1 deletions
|
@ -18,6 +18,6 @@ export const notificationsUpdate = createAction(
|
|||
playSound: boolean;
|
||||
}) => ({
|
||||
payload: args,
|
||||
meta: { playSound: playSound ? { sound: 'boop' } : undefined },
|
||||
meta: { sound: playSound ? 'boop' : undefined },
|
||||
}),
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue