mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-19 22:40:36 -04:00
fixed update of forum and circle lists when forum/circle is edited
This commit is contained in:
parent
4db0ed9fa9
commit
931be5dc6d
4 changed files with 31 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue