mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-15 18:49:21 +00:00
Add deer.
This commit is contained in:
@@ -21,6 +21,8 @@ import lightbulbSoundOgg from "../sound/reactions/lightbulb.ogg?url";
|
|||||||
import lightbulbSoundMp3 from "../sound/reactions/lightbulb.mp3?url";
|
import lightbulbSoundMp3 from "../sound/reactions/lightbulb.mp3?url";
|
||||||
import partySoundOgg from "../sound/reactions/party.ogg?url";
|
import partySoundOgg from "../sound/reactions/party.ogg?url";
|
||||||
import partySoundMp3 from "../sound/reactions/party.mp3?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";
|
||||||
|
|
||||||
export const ElementCallReactionEventType = "io.element.call.reaction";
|
export const ElementCallReactionEventType = "io.element.call.reaction";
|
||||||
|
|
||||||
@@ -80,7 +82,7 @@ export const ReactionSet: ReactionOption[] = [
|
|||||||
{
|
{
|
||||||
emoji: "🐶",
|
emoji: "🐶",
|
||||||
name: "dog",
|
name: "dog",
|
||||||
alias: ["doggo", "pupper", "woofer"],
|
alias: ["doggo", "pupper", "woofer", "bark"],
|
||||||
sound: {
|
sound: {
|
||||||
ogg: dogSoundOgg,
|
ogg: dogSoundOgg,
|
||||||
mp3: dogSoundMp3,
|
mp3: dogSoundMp3,
|
||||||
@@ -138,4 +140,13 @@ export const ReactionSet: ReactionOption[] = [
|
|||||||
name: "laugh",
|
name: "laugh",
|
||||||
alias: ["giggle", "joy", "smiling"],
|
alias: ["giggle", "joy", "smiling"],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
emoji: "🦌",
|
||||||
|
name: "deer",
|
||||||
|
alias: ["stag", "doe", "bleat"],
|
||||||
|
sound: {
|
||||||
|
ogg: deerSoundOgg,
|
||||||
|
mp3: deerSoundMp3,
|
||||||
|
},
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|||||||
BIN
src/sound/reactions/deer.mp3
Normal file
BIN
src/sound/reactions/deer.mp3
Normal file
Binary file not shown.
BIN
src/sound/reactions/deer.ogg
Normal file
BIN
src/sound/reactions/deer.ogg
Normal file
Binary file not shown.
Reference in New Issue
Block a user