Import emoji utils.
Fixes `TypeError: core_default.isOnlyEmojis is not a function` when using only `@converse/headless`.
This commit is contained in:
parent
56259fd22e
commit
0122bd7bab
@ -3,6 +3,8 @@
|
||||
## 10.1.3 (Unreleased)
|
||||
|
||||
- Add the ability to set roles and affiliations via the MUC occupant modal
|
||||
- Fix `isOnlyEmojis is not a function` when using only `@converse/headless`
|
||||
|
||||
|
||||
## 10.1.2 (2023-02-17)
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
* @copyright 2022, the Converse.js contributors
|
||||
* @license Mozilla Public License (MPLv2)
|
||||
*/
|
||||
import './utils.js';
|
||||
import { Model } from '@converse/skeletor/src/model.js';
|
||||
import { _converse, api, converse } from "../../core.js";
|
||||
import { getOpenPromise } from '@converse/openpromise';
|
||||
|
Loading…
Reference in New Issue
Block a user