fix: add log
This commit is contained in:
@@ -489,6 +489,7 @@ router.post('/affiliations/:target', async function (req, res) {
|
||||
*/
|
||||
|
||||
router.post('/creategroup', async function (req, res) {
|
||||
console.log("[creategroup] ", req.body);
|
||||
let mucJidValid = true;
|
||||
if (req.body.jid && req.body.jid != "") {
|
||||
if (!req.body.jid.toLowerCase().endsWith("@" + config.mucDomain.toLowerCase())) {
|
||||
|
||||
Reference in New Issue
Block a user