refactor: 🔥🐟 We're Firefish, not Misskey

Changes the default reactions to end with 🔥🐟 instead of 🍮
This commit is contained in:
ThatOneCalculator 2023-09-20 21:49:12 -07:00
parent b838331129
commit 7664a69e0f
No known key found for this signature in database
GPG Key ID: 8703CACD01000000

View File

@ -28,7 +28,8 @@ export const defaultReactions = [
"😥",
"😇",
"🥴",
"🍮",
"🔥",
"🐟",
];
// TODO: それぞれいちいちwhereとかdefaultというキーを付けなきゃいけないの冗長なのでなんとかする(ただ型定義が面倒になりそう)