mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-05 19:59:20 +00:00
Add rock emoji
This commit is contained in:
@@ -23,6 +23,8 @@ 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 deerSoundOgg from "../sound/reactions/deer.ogg?url";
|
||||||
import deerSoundMp3 from "../sound/reactions/deer.mp3?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";
|
export const ElementCallReactionEventType = "io.element.call.reaction";
|
||||||
|
|
||||||
@@ -149,4 +151,13 @@ export const ReactionSet: ReactionOption[] = [
|
|||||||
mp3: deerSoundMp3,
|
mp3: deerSoundMp3,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
emoji: "🤘",
|
||||||
|
name: "cool",
|
||||||
|
alias: ["rock"],
|
||||||
|
sound: {
|
||||||
|
ogg: rockSoundOgg,
|
||||||
|
mp3: rockSoundMp3,
|
||||||
|
},
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|||||||
BIN
src/sound/reactions/rock.mp3
Normal file
BIN
src/sound/reactions/rock.mp3
Normal file
Binary file not shown.
BIN
src/sound/reactions/rock.ogg
Normal file
BIN
src/sound/reactions/rock.ogg
Normal file
Binary file not shown.
Reference in New Issue
Block a user