mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-29 17:28:41 -04:00
parent
b40e5e34bc
commit
d3233dbc03
6 changed files with 9 additions and 13 deletions
|
@ -127,7 +127,7 @@ void WireDialog::handleEvent_main_thread(std::shared_ptr<const RsEvent> event)
|
|||
case RsWireEventCode::POST_UPDATED:
|
||||
refreshGroups();
|
||||
break;
|
||||
case RsWireEventCode::NEW_WIRE:
|
||||
case RsWireEventCode::FOLLOW_STATUS_CHANGED:
|
||||
refreshGroups();
|
||||
break;
|
||||
default:
|
||||
|
@ -1058,16 +1058,12 @@ void WireDialog::postGroupsPulses(std::list<RsWirePulseSPtr> pulses)
|
|||
std::cerr << std::endl;
|
||||
continue;
|
||||
}
|
||||
std::cerr << "This is mMeta.mMsgId : " << reply->mMeta.mMsgId;
|
||||
std::cerr << std::endl;
|
||||
std::cerr << "This is mMeta.mMsgName : " << reply->mMeta.mMsgName;
|
||||
std::cerr << std::endl;
|
||||
|
||||
PulseReply *firstReply = new PulseReply(this, reply);
|
||||
addTwitterView(firstReply);
|
||||
firstReply->showReplyLine(false);
|
||||
addTwitterView(firstReply);
|
||||
firstReply->showReplyLine(false);
|
||||
|
||||
addTwitterView(new PulseReplySeperator());
|
||||
addTwitterView(new PulseReplySeperator());
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue