mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-28 08:59:37 -05:00
Fix channels JSON API
This commit is contained in:
parent
4d703b9df9
commit
b25c4ecb77
@ -129,7 +129,7 @@ public:
|
|||||||
const RsGxsId& authorId = RsGxsId(),
|
const RsGxsId& authorId = RsGxsId(),
|
||||||
RsGxsCircleType circleType = RsGxsCircleType::PUBLIC,
|
RsGxsCircleType circleType = RsGxsCircleType::PUBLIC,
|
||||||
const RsGxsCircleId& circleId = RsGxsCircleId(),
|
const RsGxsCircleId& circleId = RsGxsCircleId(),
|
||||||
RsGxsGroupId& channelGroupId = RS_DEFAULT_STORAGE_PARAM(RsGxsGroupId),
|
RsGxsGroupId& channelId = RS_DEFAULT_STORAGE_PARAM(RsGxsGroupId),
|
||||||
std::string& errorMessage = RS_DEFAULT_STORAGE_PARAM(std::string)
|
std::string& errorMessage = RS_DEFAULT_STORAGE_PARAM(std::string)
|
||||||
) = 0;
|
) = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user