We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cf4132 commit dc994c3Copy full SHA for dc994c3
javascripts/discourse/initializers/insert-jitsi.js
@@ -58,7 +58,7 @@ function attachButton($elem, user, site) {
58
}
59
60
function attachJitsi($elem, helper) {
61
- if (helper) {
+ if (helper?.getModel()) {
62
const { currentUser, site } = helper.widget;
63
64
$elem.find("[data-wrap=discourse-jitsi]").each((idx, val) => {
0 commit comments