fix gilding for message parent
This commit is contained in:
parent
3841d16105
commit
e9579b3f4b
1 changed files with 1 additions and 1 deletions
2
app.js
2
app.js
|
@ -566,7 +566,7 @@ const sendGild = (sender, recipient, amount, gilddata, callback) => {
|
|||
},
|
||||
(res, fields, cb) => {
|
||||
// send the gild
|
||||
gildThing(gilddata.message.data.name, cb);
|
||||
gildThing(gilddata.message.data.parent_id, cb);
|
||||
},
|
||||
(success, cb) => {
|
||||
// reply to the source message with message template after successful commit
|
||||
|
|
Loading…
Reference in a new issue