Accomodations ...

This commit is contained in:
Paolo Arena
2022-05-05 23:56:37 +02:00
parent b340d39348
commit fa9c6f1c6b
3 changed files with 32 additions and 34 deletions

View File

@@ -1114,11 +1114,11 @@ module.exports = {
return '';
},
getLinkRegByIdAppAndMsgStrutt: function(idapp, msg) {
getLinkRegByIdAppAndMsgStrutt: function(idapp, msg, rec) {
let myapp = this.getHostByIdApp(idapp);
if (myapp) {
myapp += '/' + msg.from.username + '/' + msg.from.id;
myapp += '/signup/' + rec.aportador_solidario + '/' + msg.from.username + '/' + msg.from.id;
}
return myapp;