Send Coins
This commit is contained in:
@@ -3929,7 +3929,7 @@ if (true) {
|
||||
} else if (data.action === InlineConferma.RISPOSTA_NO + shared_consts.CallFunz.RICHIESTA_GRUPPO) {
|
||||
|
||||
if (group) {
|
||||
cmd = shared_consts.GROUPSCMD.REMOVE_FROM_MYGROUP;
|
||||
cmd = shared_consts.GROUPSCMD.REFUSE_REQ_GROUP;
|
||||
const foundIfAlreadyGroup = await User.ifAlreadyInGroup(user.idapp, data.username, group.groupname);
|
||||
|
||||
if (foundIfAlreadyGroup) {
|
||||
@@ -3953,7 +3953,7 @@ if (true) {
|
||||
} else if (data.action === InlineConferma.RISPOSTA_NO + shared_consts.CallFunz.RICHIESTA_CIRCUIT) {
|
||||
|
||||
if (circuit) {
|
||||
cmd = shared_consts.CIRCUITCMD.REMOVE_FROM_MYLIST;
|
||||
cmd = shared_consts.CIRCUITCMD.REFUSE_REQ;
|
||||
const foundIfAlreadyCircuit = await User.ifAlreadyInCircuit(user.idapp, data.username, circuit.name);
|
||||
|
||||
if (foundIfAlreadyCircuit) {
|
||||
|
||||
Reference in New Issue
Block a user