fixed update of forum and circle lists when forum/circle is edited

This commit is contained in:
csoler 2020-12-06 21:29:56 +01:00
parent 4db0ed9fa9
commit 931be5dc6d
4 changed files with 31 additions and 2 deletions

View file

@ -240,6 +240,11 @@ enum class RsGxsCircleEventCode: uint8_t
* The circle has been deleted by auto-cleaning.
* */
CIRCLE_DELETED = 0x07,
/**
* Circle has been updated (name, parent circle, type, etc)
* */
CIRCLE_UPDATED = 0x08,
};
struct RsGxsCircleEvent: RsEvent