diff --git a/build_scripts/OBS b/build_scripts/OBS index df16cb915..9be56feec 160000 --- a/build_scripts/OBS +++ b/build_scripts/OBS @@ -1 +1 @@ -Subproject commit df16cb915465d058c75277678799ce4dadeae287 +Subproject commit 9be56feec49aa36deda5044bf6a118dcf100bff0 diff --git a/libretroshare b/libretroshare index 74cd958cf..77eae86fa 160000 --- a/libretroshare +++ b/libretroshare @@ -1 +1 @@ -Subproject commit 74cd958cf8a3c8b3e2d3f8a22657b5e16bdad476 +Subproject commit 77eae86faf647c47e6d215f2f309d9a4aa93bdd9 diff --git a/retroshare-gui/src/gui/TheWire/WireDialog.cpp b/retroshare-gui/src/gui/TheWire/WireDialog.cpp index ea63e933e..6904f0c40 100644 --- a/retroshare-gui/src/gui/TheWire/WireDialog.cpp +++ b/retroshare-gui/src/gui/TheWire/WireDialog.cpp @@ -127,7 +127,7 @@ void WireDialog::handleEvent_main_thread(std::shared_ptr event) case RsWireEventCode::POST_UPDATED: refreshGroups(); break; - case RsWireEventCode::FOLLOW_STATUS_CHANGED: + case RsWireEventCode::NEW_WIRE: refreshGroups(); break; default: @@ -1058,12 +1058,16 @@ void WireDialog::postGroupsPulses(std::list 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()); } } diff --git a/supportlibs/cmark b/supportlibs/cmark index b9c7a496b..7195c6735 160000 --- a/supportlibs/cmark +++ b/supportlibs/cmark @@ -1 +1 @@ -Subproject commit b9c7a496ba7dd9c3495bae2ff2855899e47b245d +Subproject commit 7195c6735f29be947ddc41f86c9ddfc8621d33b9 diff --git a/supportlibs/rapidjson b/supportlibs/rapidjson index f54b0e47a..949c771b0 160000 --- a/supportlibs/rapidjson +++ b/supportlibs/rapidjson @@ -1 +1 @@ -Subproject commit f54b0e47a08782a6131cc3d60f94d038fa6e0a51 +Subproject commit 949c771b03de448bdedea80c44a4a5f65284bfeb diff --git a/supportlibs/restbed b/supportlibs/restbed index c27c6726d..0c99284fb 160000 --- a/supportlibs/restbed +++ b/supportlibs/restbed @@ -1 +1 @@ -Subproject commit c27c6726d28c42e2e1b7537ba63eeb23e944789d +Subproject commit 0c99284fba4f37a89de24972e48b8154abc5dc75