Togliere "in attesa di abilitazione"
Registrazione rapida (senza dover confermare, un link che scade dopo 48 ore.
This commit is contained in:
@@ -83,8 +83,8 @@ MsgTemplateSchema.statics.getMsgByLang = async function (idapp, myuser, typemsg,
|
||||
body = mymsg["msg_it"]
|
||||
title = mymsg["title_it"]
|
||||
}
|
||||
body = tools.convertSpecialTags(myuser, body);
|
||||
title = tools.convertSpecialTags(myuser, title);
|
||||
body = await tools.convertSpecialTags(myuser, body);
|
||||
title = await tools.convertSpecialTags(myuser, title);
|
||||
return { body, title }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user