feat: implement an emoji keyboard
- add button to show emoji keyboard - change database directory for debug builds Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
This commit is contained in:
parent
0f448af5dc
commit
b1d1744df8
9 changed files with 117 additions and 11 deletions
|
|
@ -2711,7 +2711,6 @@
|
|||
"markAsRead": "Mark as read",
|
||||
"reportUser": "Report user",
|
||||
"dismiss": "Dismiss",
|
||||
"markAsRead": "Mark as read",
|
||||
"matrixWidgets": "Matrix Widgets",
|
||||
"integrationsNotImplemented": "Editing widgets and integrations is not possible yet.",
|
||||
"editIntegrations": "Edit widgets and integrations",
|
||||
|
|
@ -2725,5 +2724,6 @@
|
|||
},
|
||||
"pinMessage": "Pin to room",
|
||||
"pinnedEventsError": "Error loading pinned messages",
|
||||
"confirmEventUnpin": "Are you sure to permanently unpin the event?"
|
||||
"confirmEventUnpin": "Are you sure to permanently unpin the event?",
|
||||
"emojis": "Emojis"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue