Compare commits

...

6 Commits

Author SHA1 Message Date
fkwp
4b02a8cf65 update snapshot test 2025-09-16 10:44:45 +02:00
Davide Girardi
396927c01e Merge branch 'livekit' into dg/ba-dun-tss 2025-09-16 09:08:35 +02:00
Robin
38fc8c875e Update test snapshot 2025-05-28 17:50:23 -04:00
Robin
b659189ad5 Merge branch 'livekit' into dg/ba-dun-tss 2025-05-28 17:49:49 -04:00
davidegirardi
09b10761cf Add license information 2025-04-23 09:46:56 +02:00
davidegirardi
236da3cd9b Add drum/joke reaction 2025-04-17 08:52:33 +02:00
5 changed files with 13 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ exports[`Can close reaction dialog 1`] = `
aria-disabled="false"
aria-expanded="true"
aria-haspopup="true"
aria-labelledby="«rb5»"
aria-labelledby="«rbb»"
class="_button_vczzf_8 _has-icon_vczzf_57 _icon-only_vczzf_50"
data-kind="primary"
data-size="lg"

View File

@@ -27,6 +27,8 @@ import rockSoundOgg from "../sound/reactions/rock.ogg?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";
import baduntssSoundOgg from "../sound/reactions/baduntss.ogg?url";
import baduntssSoundMp3 from "../sound/reactions/baduntss.mp3?url";
export const ElementCallReactionEventType = "io.element.call.reaction";
@@ -191,6 +193,15 @@ export const ReactionSet: ReactionOption[] = [
mp3: waveSoundMp3,
},
},
{
emoji: "🥁",
name: "drum",
alias: ["joke"],
sound: {
ogg: baduntssSoundOgg,
mp3: baduntssSoundMp3,
},
},
];
export interface RaisedHandInfo {

View File

@@ -23,3 +23,4 @@ The following sound effects have been originally created by Element.
- `end_call`
- `reactions/rock`
- `reactions/wave`
- `reactions/baduntss`

Binary file not shown.

Binary file not shown.