mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-29 21:15:19 +00:00
Add wave/hello reaction
This commit is contained in:
@@ -25,6 +25,8 @@ 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 rockSoundOgg from "../sound/reactions/rock.ogg?url";
|
||||||
import rockSoundMp3 from "../sound/reactions/rock.mp3?url";
|
import rockSoundMp3 from "../sound/reactions/rock.mp3?url";
|
||||||
|
import waveSoundOgg from "../sound/reactions/wave.ogg?url";
|
||||||
|
import waveSoundMp3 from "../sound/reactions/wave.mp3?url";
|
||||||
|
|
||||||
export const ElementCallReactionEventType = "io.element.call.reaction";
|
export const ElementCallReactionEventType = "io.element.call.reaction";
|
||||||
|
|
||||||
@@ -180,6 +182,15 @@ export const ReactionSet: ReactionOption[] = [
|
|||||||
mp3: rockSoundMp3,
|
mp3: rockSoundMp3,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
emoji: "👋",
|
||||||
|
name: "wave",
|
||||||
|
alias: ["hand", "waving"],
|
||||||
|
sound: {
|
||||||
|
ogg: waveSoundOgg,
|
||||||
|
mp3: waveSoundMp3,
|
||||||
|
},
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
export interface RaisedHandInfo {
|
export interface RaisedHandInfo {
|
||||||
|
|||||||
BIN
src/sound/reactions/wave.mp3
Normal file
BIN
src/sound/reactions/wave.mp3
Normal file
Binary file not shown.
BIN
src/sound/reactions/wave.ogg
Normal file
BIN
src/sound/reactions/wave.ogg
Normal file
Binary file not shown.
Reference in New Issue
Block a user