Add drum/joke reaction (#3217)
* Add drum/joke reaction * Add license information * Update test snapshot * update snapshot test --------- Co-authored-by: Robin <robin@robin.town> Co-authored-by: Davide Girardi <davideg@element.io> Co-authored-by: fkwp <github-fkwp@w4ve.de>
This commit is contained in:
@@ -9,7 +9,7 @@ exports[`Can close reaction dialog 1`] = `
|
|||||||
aria-disabled="false"
|
aria-disabled="false"
|
||||||
aria-expanded="true"
|
aria-expanded="true"
|
||||||
aria-haspopup="true"
|
aria-haspopup="true"
|
||||||
aria-labelledby="«rb5»"
|
aria-labelledby="«rbb»"
|
||||||
class="_button_vczzf_8 _has-icon_vczzf_57 _icon-only_vczzf_50"
|
class="_button_vczzf_8 _has-icon_vczzf_57 _icon-only_vczzf_50"
|
||||||
data-kind="primary"
|
data-kind="primary"
|
||||||
data-size="lg"
|
data-size="lg"
|
||||||
|
|||||||
@@ -27,6 +27,8 @@ 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 waveSoundOgg from "../sound/reactions/wave.ogg?url";
|
||||||
import waveSoundMp3 from "../sound/reactions/wave.mp3?url";
|
import waveSoundMp3 from "../sound/reactions/wave.mp3?url";
|
||||||
|
import baduntssSoundOgg from "../sound/reactions/baduntss.ogg?url";
|
||||||
|
import baduntssSoundMp3 from "../sound/reactions/baduntss.mp3?url";
|
||||||
|
|
||||||
export const ElementCallReactionEventType = "io.element.call.reaction";
|
export const ElementCallReactionEventType = "io.element.call.reaction";
|
||||||
|
|
||||||
@@ -191,6 +193,15 @@ export const ReactionSet: ReactionOption[] = [
|
|||||||
mp3: waveSoundMp3,
|
mp3: waveSoundMp3,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
emoji: "🥁",
|
||||||
|
name: "drum",
|
||||||
|
alias: ["joke"],
|
||||||
|
sound: {
|
||||||
|
ogg: baduntssSoundOgg,
|
||||||
|
mp3: baduntssSoundMp3,
|
||||||
|
},
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
export interface RaisedHandInfo {
|
export interface RaisedHandInfo {
|
||||||
|
|||||||
@@ -23,3 +23,4 @@ The following sound effects have been originally created by Element.
|
|||||||
- `end_call`
|
- `end_call`
|
||||||
- `reactions/rock`
|
- `reactions/rock`
|
||||||
- `reactions/wave`
|
- `reactions/wave`
|
||||||
|
- `reactions/baduntss`
|
||||||
|
|||||||
BIN
src/sound/reactions/baduntss.mp3
Normal file
BIN
src/sound/reactions/baduntss.mp3
Normal file
Binary file not shown.
BIN
src/sound/reactions/baduntss.ogg
Normal file
BIN
src/sound/reactions/baduntss.ogg
Normal file
Binary file not shown.
Reference in New Issue
Block a user