mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-08 20:09:19 +00:00
Add lightbulb.
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
import dogSoundOgg from "../sound/reactions/dog.ogg?url";
|
import dogSoundOgg from "../sound/reactions/dog.ogg?url";
|
||||||
import dogSoundMp3 from "../sound/reactions/dog.mp3?url";
|
import dogSoundMp3 from "../sound/reactions/dog.mp3?url";
|
||||||
|
import lightbulbOgg from "../sound/reactions/lightbulb.mp3?url";
|
||||||
|
import lightbulbMp3 from "../sound/reactions/lightbulb.mp3?url";
|
||||||
import { RelationType } from "matrix-js-sdk/src/types";
|
import { RelationType } from "matrix-js-sdk/src/types";
|
||||||
|
|
||||||
export interface ReactionOption {
|
export interface ReactionOption {
|
||||||
@@ -71,4 +73,13 @@ export const ReactionSet: ReactionOption[] = [
|
|||||||
name: "ok",
|
name: "ok",
|
||||||
alias: ["okay", "cool"],
|
alias: ["okay", "cool"],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
emoji: "💡",
|
||||||
|
name: "lightbulb",
|
||||||
|
alias: ["bulb", "light", "idea", "ping"],
|
||||||
|
sound: {
|
||||||
|
ogg: lightbulbOgg,
|
||||||
|
mp3: lightbulbMp3,
|
||||||
|
},
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|||||||
BIN
src/sound/reactions/lightbulb.mp3
Normal file
BIN
src/sound/reactions/lightbulb.mp3
Normal file
Binary file not shown.
BIN
src/sound/reactions/lightbulb.ogg
Normal file
BIN
src/sound/reactions/lightbulb.ogg
Normal file
Binary file not shown.
Reference in New Issue
Block a user