Add rock emoji

This commit is contained in:
Half-Shot
2024-11-05 15:20:43 +00:00
parent f556e613b3
commit 8863b7cb6a
3 changed files with 11 additions and 0 deletions

View File

@@ -23,6 +23,8 @@ import partySoundOgg from "../sound/reactions/party.ogg?url";
import partySoundMp3 from "../sound/reactions/party.mp3?url";
import deerSoundOgg from "../sound/reactions/deer.ogg?url";
import deerSoundMp3 from "../sound/reactions/deer.mp3?url";
import rockSoundOgg from "../sound/reactions/rock.ogg?url";
import rockSoundMp3 from "../sound/reactions/rock.mp3?url";
export const ElementCallReactionEventType = "io.element.call.reaction";
@@ -149,4 +151,13 @@ export const ReactionSet: ReactionOption[] = [
mp3: deerSoundMp3,
},
},
{
emoji: "🤘",
name: "cool",
alias: ["rock"],
sound: {
ogg: rockSoundOgg,
mp3: rockSoundMp3,
},
},
];

Binary file not shown.

Binary file not shown.