Fix channels JSON API

This commit is contained in:
Gioacchino Mazzurco 2019-04-12 23:10:09 +02:00
parent 4d703b9df9
commit b25c4ecb77
No known key found for this signature in database
GPG Key ID: A1FBCA3872E87051

View File

@ -129,7 +129,7 @@ public:
const RsGxsId& authorId = RsGxsId(),
RsGxsCircleType circleType = RsGxsCircleType::PUBLIC,
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)
) = 0;