mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-31 07:00:26 +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 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,
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
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