projects
/
cinny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa6c865
)
Fix emoji autocomplete in some cases (#565)
author
Ajay Bura
<ajbura@gmail.com>
Sun, 29 May 2022 04:06:46 +0000
(09:36 +0530)
committer
Ajay Bura
<ajbura@gmail.com>
Sun, 29 May 2022 04:06:46 +0000
(09:36 +0530)
src/app/organisms/emoji-board/recent.js
patch
|
blob
|
history
diff --git
a/src/app/organisms/emoji-board/recent.js
b/src/app/organisms/emoji-board/recent.js
index d175f26c2f8cbf52d3bdae2988ef01edad394ff9..dff67fb0bec6dba868d8b5f1c4260803172c9c73 100644
(file)
--- a/
src/app/organisms/emoji-board/recent.js
+++ b/
src/app/organisms/emoji-board/recent.js
@@
-4,7
+4,7
@@
import { emojis } from './emoji';
const eventType = 'io.element.recent_emoji';
function getRecentEmojisRaw() {
- return initMatrix.matrixClient.getAccountData(eventType).getContent().recent_emoji ?? [];
+ return initMatrix.matrixClient.getAccountData(eventType)
?
.getContent().recent_emoji ?? [];
}
export function getRecentEmojis(limit) {