mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
fixed bug due to wrong service ID in serializer
This commit is contained in:
parent
d57f933109
commit
8708dd9b94
2 changed files with 2 additions and 2 deletions
|
@ -144,7 +144,7 @@ struct RsGxsForumNotifyRecordsItem: public RsItem
|
|||
class GxsChannelsConfigSerializer : public RsServiceSerializer
|
||||
{
|
||||
public:
|
||||
GxsChannelsConfigSerializer() : RsServiceSerializer(RS_SERVICE_TYPE_GXS_TRANS) {}
|
||||
GxsChannelsConfigSerializer() : RsServiceSerializer(RS_SERVICE_GXS_TYPE_CHANNELS_CONFIG) {}
|
||||
virtual ~GxsChannelsConfigSerializer() {}
|
||||
|
||||
RsItem* create_item(uint16_t service_id, uint8_t item_sub_id) const
|
||||
|
|
|
@ -119,7 +119,7 @@ struct RsGxsForumNotifyRecordsItem: public RsItem
|
|||
class GxsForumsConfigSerializer : public RsServiceSerializer
|
||||
{
|
||||
public:
|
||||
GxsForumsConfigSerializer() : RsServiceSerializer(RS_SERVICE_TYPE_GXS_TRANS) {}
|
||||
GxsForumsConfigSerializer() : RsServiceSerializer(RS_SERVICE_GXS_TYPE_FORUMS_CONFIG) {}
|
||||
virtual ~GxsForumsConfigSerializer() {}
|
||||
|
||||
RsItem* create_item(uint16_t service_id, uint8_t item_sub_id) const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue