Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 09eba7d
Author: Mirian Margiani <[email protected]>
Date:   Mon Dec 2 13:06:04 2024 +0100

    Add "😂" to list of quick reaction emojis

    Unicode "face with tears of joy" is (one of) the most used emoji
    (https://emojipedia.org/face-with-tears-of-joy), so it makes
    sense to have it in the quick reaction list.

    Signed-off-by: Mirian Margiani <[email protected]>

commit cd02ef6
Merge: 4ae47c0 58af591
Author: R Midhun Suresh <[email protected]>
Date:   Mon Oct 21 17:25:32 2024 +0530

    Merge pull request element-hq#1190 from element-hq/sdk-release/0.3.1

    Changes for sdk-release 0.3.1

commit 58af591
Author: R Midhun Suresh <[email protected]>
Date:   Mon Oct 21 17:23:57 2024 +0530

    Changes for sdk-release 0.3.1
  • Loading branch information
b100dian committed Dec 2, 2024
1 parent 067202a commit 0a14b49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ class QuickReactionsMenuOption {
this._vm = vm;
}
toDOM(t) {
const emojiButtons = ["👍", "👎", "😄", "🎉", "😕", "❤️", "🚀", "👀"].map(emoji => {
const emojiButtons = ["👍", "👎", "😂", "🎉", "😄", "😕", "❤️", "🚀", "👀"].map(emoji => {
return t.button({onClick: () => this._vm.react(emoji)}, emoji);
});
const customButton = t.button({onClick: () => {
Expand Down

0 comments on commit 0a14b49

Please sign in to comment.