mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-11 15:39:36 -05:00
Fixed Windows compile
This commit is contained in:
parent
4006b08093
commit
c3fff39624
@ -105,7 +105,7 @@ void ForumHandler::handleWildcard(Request &req, Response &resp)
|
|||||||
{
|
{
|
||||||
RsGxsForumGroup& grp = *vit;
|
RsGxsForumGroup& grp = *vit;
|
||||||
KeyValueReference<RsGxsGroupId> id("id", grp.mMeta.mGroupId);
|
KeyValueReference<RsGxsGroupId> id("id", grp.mMeta.mGroupId);
|
||||||
KeyValueReference<u_int32_t> vis_msg("visible_msg_count", grp.mMeta.mVisibleMsgCount);
|
KeyValueReference<uint32_t> vis_msg("visible_msg_count", grp.mMeta.mVisibleMsgCount);
|
||||||
//KeyValueReference<RsPgpId> pgp_id("pgp_id",grp.mPgpId );
|
//KeyValueReference<RsPgpId> pgp_id("pgp_id",grp.mPgpId );
|
||||||
// not very happy about this, i think the flags should stay hidden in rsidentities
|
// not very happy about this, i think the flags should stay hidden in rsidentities
|
||||||
bool own = (grp.mMeta.mSubscribeFlags & GXS_SERV::GROUP_SUBSCRIBE_ADMIN);
|
bool own = (grp.mMeta.mSubscribeFlags & GXS_SERV::GROUP_SUBSCRIBE_ADMIN);
|
||||||
|
Loading…
Reference in New Issue
Block a user