mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
fix for msg/grp meta retrieval, added service string to == operator
overloads for grps and msgs added gxs updated tests, was not included mistakenly in my last update (5471) git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-gxs-b1@5472 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
9d42715cad
commit
a6cb2b6a35
8 changed files with 900 additions and 126 deletions
|
@ -22,6 +22,7 @@
|
|||
this->mParentId = rGxsMeta.mParentId;
|
||||
this->mPublishTs = rGxsMeta.mPublishTs;
|
||||
this->mThreadId = rGxsMeta.mThreadId;
|
||||
this->mServiceString = rGxsMeta.mServiceString;
|
||||
}
|
||||
|
||||
|
||||
|
@ -37,4 +38,5 @@
|
|||
this->mPublishTs = rGxsMeta.mPublishTs;
|
||||
this->mSubscribeFlags = rGxsMeta.mSubscribeFlags;
|
||||
this->mGroupName = rGxsMeta.mGroupName;
|
||||
this->mServiceString = rGxsMeta.mServiceString;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue