This commit is contained in:
Surya Paolo
2023-12-11 19:06:22 +01:00
parent ff81ab7be3
commit 296b7b4fb8

View File

@@ -906,6 +906,7 @@ module.exports = {
let tag = ''; let tag = '';
let actions = []; let actions = [];
let domanda = ''; let domanda = '';
let keyb = null;
if (cmd) { if (cmd) {
if (cmd === shared_consts.FRIENDSCMD.REQFRIEND) { if (cmd === shared_consts.FRIENDSCMD.REQFRIEND) {
descr = printf(this.get__('RICHIESTA_AMICIZIA', lang), usernameOrig); descr = printf(this.get__('RICHIESTA_AMICIZIA', lang), usernameOrig);