Skip to content

Commit

Permalink
Fix:sound.ts (#103)
Browse files Browse the repository at this point in the history
Co-authored-by: pen <pen@penginn.net>
  • Loading branch information
penginn-net and pen authored Jun 20, 2024
1 parent 39b596f commit 6929f9e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG_yojo.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@

### Client
- enhance: ノートとユーザーの検索時に照会を行うかが選択できるようになりました
- @foo@example.com 形式でユーザ検索した場合に照会ができるようになりました
- @foo&#8203;@example.com 形式でユーザ検索した場合に照会ができるようになりました
- add: 通知音を追加 [@mujin-nohuman (無人)](https://github.com/mujin-nohuman)

### Server
- remoteProxyエンドポイント設定を追加
Expand Down
3 changes: 3 additions & 0 deletions packages/frontend/src/scripts/sound.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ export const soundsTypes = [
'noizenecio/kick_gaba5',
'noizenecio/kick_gaba6',
'noizenecio/kick_gaba7',
'mujin/bubble',
'mujin/notification_1',
'mujin/test_notification',
] as const;

export const operationTypes = [
Expand Down

0 comments on commit 6929f9e

Please sign in to comment.