mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-31 07:00:26 +00:00
Add lightbulb.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import dogSoundOgg from "../sound/reactions/dog.ogg?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";
|
||||
|
||||
export interface ReactionOption {
|
||||
@@ -71,4 +73,13 @@ export const ReactionSet: ReactionOption[] = [
|
||||
name: "ok",
|
||||
alias: ["okay", "cool"],
|
||||
},
|
||||
{
|
||||
emoji: "💡",
|
||||
name: "lightbulb",
|
||||
alias: ["bulb", "light", "idea", "ping"],
|
||||
sound: {
|
||||
ogg: lightbulbOgg,
|
||||
mp3: lightbulbMp3,
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user