Skip to content

Commit f5c9c85

Browse files
committed
(docs) replace emoji name by unicode
1 parent 9b46ac4 commit f5c9c85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -524,11 +524,11 @@ messages="[
524524
preview: 'data:image/png;base64,iVBORw0KGgoAA...'
525525
},
526526
reactions: {
527-
wink: [
527+
😁: [
528528
1234, // USER_ID
529529
4321
530530
],
531-
laughing: [
531+
🥰: [
532532
1234
533533
]
534534
},

0 commit comments

Comments
 (0)