Skip to content
Draft
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/headless/types/shared/_converse.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ declare const ConversePrivateGlobal_base: (new (...args: any[]) => {
* @namespace _converse
*/
export class ConversePrivateGlobal extends ConversePrivateGlobal_base {
disco_entities: any;
constructor();
initialize(): void;
VERSION_NAME: string;
Expand Down
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ import "./plugins/rosterview/index.js";
import "./plugins/singleton/index.js";
import "./plugins/dragresize/index.js"; // Allows chat boxes to be resized by dragging them
import "./plugins/fullscreen/index.js";
import "./plugins/reactions/index.js"; // XEP-0444 Reactions
/* END: Removable components */

_converse.exports.CustomElement = CustomElement;
Expand Down
Loading
Loading