added load/save of known forums to avoid re-displaying it in the NewsFeed after then have been deleted.

This commit is contained in:
csoler 2018-02-16 23:24:01 +01:00
parent 47f9a4907b
commit 252626f5ec
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
5 changed files with 105 additions and 4 deletions

View file

@ -84,6 +84,8 @@ const uint16_t RS_SERVICE_GXS_TYPE_REPUTATION = 0x0219;
const uint16_t RS_SERVICE_TYPE_GXS_RECOGN = 0x0220;
const uint16_t RS_SERVICE_TYPE_GXS_TRANS = 0x0230;
const uint16_t RS_SERVICE_GXS_TYPE_FORUMS_CONFIG = 0x0315;
// Experimental Services.
/* DSDV Testing at the moment - Service Only */
const uint16_t RS_SERVICE_TYPE_DSDV = 0x1010;