tips
This commit is contained in:
parent
663f2d61ea
commit
69334ca8e3
1 changed files with 3 additions and 2 deletions
|
|
@ -277,9 +277,10 @@ const listenerForAddr = (addr, SEA) => async (order, orderID) => {
|
||||||
break //create the coordinate, but stop because of the invalid id
|
break //create the coordinate, but stop because of the invalid id
|
||||||
}
|
}
|
||||||
getUser()
|
getUser()
|
||||||
.get('postToTipCount')
|
.get(Key.POSTS_NEW)
|
||||||
.get(postID)
|
.get(postID)
|
||||||
.set(null) // each item in the set is a tip
|
.get('tipsSet')
|
||||||
|
.set(amt) // each item in the set is a tip
|
||||||
|
|
||||||
TipForwarder.notifySocketIfAny(
|
TipForwarder.notifySocketIfAny(
|
||||||
postID,
|
postID,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue