Togliere "in attesa di abilitazione"
Registrazione rapida (senza dover confermare, un link che scade dopo 48 ore.
This commit is contained in:
@@ -367,8 +367,8 @@ module.exports = {
|
||||
|
||||
for (const user of arrusers) {
|
||||
|
||||
const mytitle = tools.convertSpecialTags(user, params.title);
|
||||
const mycontent = tools.convertSpecialTags(user, params.content);
|
||||
const mytitle = await tools.convertSpecialTags(user, params.title);
|
||||
const mycontent = await tools.convertSpecialTags(user, params.content);
|
||||
|
||||
let risult = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user