mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-04 15:15:15 -04:00
TheWire fixup up display of messages
Process messages to group replies correctly and sort by age. Expand message display to include replies. Add coloring to distinguish between replies and actual msgs. Enable subscribe / unsubscribe buttons. Add Selection of which set of groups are visible. Add missing setNetworkExchangeService calls for photo + wire services.
This commit is contained in:
parent
4031b081c5
commit
fc53af2646
18 changed files with 582 additions and 169 deletions
|
@ -1376,6 +1376,8 @@ int RsServer::StartupRetroShare()
|
|||
mPhoto, mPhoto->getServiceInfo(),
|
||||
mReputations, mGxsCircles,mGxsIdService,
|
||||
pgpAuxUtils);
|
||||
|
||||
mPhoto->setNetworkExchangeService(photo_ns);
|
||||
#endif
|
||||
|
||||
#ifdef RS_USE_WIRE
|
||||
|
@ -1391,6 +1393,8 @@ int RsServer::StartupRetroShare()
|
|||
mWire, mWire->getServiceInfo(),
|
||||
mReputations, mGxsCircles,mGxsIdService,
|
||||
pgpAuxUtils);
|
||||
|
||||
mWire->setNetworkExchangeService(wire_ns);
|
||||
#endif
|
||||
// now add to p3service
|
||||
pqih->addService(gxsid_ns, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue