mirror of
https://github.com/element-hq/element-web
synced 2024-11-25 02:35:48 +03:00
get dict syntax right
This commit is contained in:
parent
08d006d112
commit
df5c6470e8
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ const ZWS_CODE = 8203;
|
|||
const ZWS = String.fromCharCode(ZWS_CODE); // zero width space
|
||||
|
||||
const ENTITY_TYPES = {
|
||||
AT_ROOM_PILL = 'ATROOMPILL',
|
||||
AT_ROOM_PILL: 'ATROOMPILL',
|
||||
};
|
||||
|
||||
function stateToMarkdown(state) {
|
||||
|
|
Loading…
Reference in a new issue