Accomodations ...
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user