rt also updates status

This commit is contained in:
Miguel Freitas 2013-10-28 23:51:11 -02:00
parent dbc640faaa
commit 3c90b0a94c

View File

@ -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 ) {