File tree 3 files changed +11
-0
lines changed 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ import rockSoundOgg from "../sound/reactions/rock.ogg?url";
27
27
import rockSoundMp3 from "../sound/reactions/rock.mp3?url" ;
28
28
import waveSoundOgg from "../sound/reactions/wave.ogg?url" ;
29
29
import waveSoundMp3 from "../sound/reactions/wave.mp3?url" ;
30
+ import baduntssSoundOgg from "../sound/reactions/baduntss.ogg?url" ;
31
+ import baduntssSoundMp3 from "../sound/reactions/baduntss.mp3?url" ;
30
32
31
33
export const ElementCallReactionEventType = "io.element.call.reaction" ;
32
34
@@ -191,6 +193,15 @@ export const ReactionSet: ReactionOption[] = [
191
193
mp3 : waveSoundMp3 ,
192
194
} ,
193
195
} ,
196
+ {
197
+ emoji : "🥁" ,
198
+ name : "drum" ,
199
+ alias : [ "joke" ] ,
200
+ sound : {
201
+ ogg : baduntssSoundOgg ,
202
+ mp3 : baduntssSoundMp3 ,
203
+ } ,
204
+ } ,
194
205
] ;
195
206
196
207
export interface RaisedHandInfo {
You can’t perform that action at this time.
0 commit comments