refactor: 🔥🐟 We're Firefish, not Misskey
Changes the default reactions to end with 🔥🐟 instead of 🍮
This commit is contained in:
parent
b838331129
commit
7664a69e0f
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@ export const defaultReactions = [
|
||||||
"😥",
|
"😥",
|
||||||
"😇",
|
"😇",
|
||||||
"🥴",
|
"🥴",
|
||||||
"🍮",
|
"🔥",
|
||||||
|
"🐟",
|
||||||
];
|
];
|
||||||
|
|
||||||
// TODO: それぞれいちいちwhereとかdefaultというキーを付けなきゃいけないの冗長なのでなんとかする(ただ型定義が面倒になりそう)
|
// TODO: それぞれいちいちwhereとかdefaultというキーを付けなきゃいけないの冗長なのでなんとかする(ただ型定義が面倒になりそう)
|
||||||
|
|
Loading…
Reference in a new issue