fix(features): Allow checking features when jwt is not available. (#15906)

* fix(features): Allow checking features when jwt is not available.

Fixes #15904.

* squash: Drop unused import.
This commit is contained in:
Дамян Минков
2025-04-09 11:48:24 -05:00
committed by GitHub
parent 6e45643cce
commit 6903ccf009
4 changed files with 2 additions and 12 deletions

View File

@@ -1,7 +1,6 @@
-- this is auto loaded by meeting_id
local filters = require 'util.filters';
local jid = require 'util.jid';
local modulemanager = require "prosody.core.modulemanager";
local util = module:require 'util';
local is_admin = util.is_admin;