mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-22 20:44:56 +00:00
rt also updates status
This commit is contained in:
parent
dbc640faaa
commit
3c90b0a94c
@ -1278,6 +1278,8 @@ Value newrtmsg(const Array& params, bool fHelp)
|
||||
// post to dht as well
|
||||
ses->dht_putData(strUsername, string("post")+strK, false,
|
||||
v, strUsername, GetAdjustedTime(), 1);
|
||||
ses->dht_putData(strUsername, string("status"), false,
|
||||
v, strUsername, GetAdjustedTime(), k);
|
||||
|
||||
// notification to keep track of RTs of the original post
|
||||
if( rt ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user