mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-19 22:40:36 -04:00
added circle invite notifications
This commit is contained in:
parent
f5af7dfeb3
commit
767440afc5
6 changed files with 64 additions and 6 deletions
|
@ -183,7 +183,7 @@ enum class RsGxsCircleEventCode: uint8_t
|
|||
CIRCLE_MEMBERSHIP_JOIN = 0x04,
|
||||
|
||||
/** mCircleId contains the circle id and mGxsId is the id that was revoqued * by admin */
|
||||
CIRCLE_MEMBERSHIP_REVOQUED= 0x05,
|
||||
CIRCLE_MEMBERSHIP_REVOKED = 0x05,
|
||||
|
||||
/** mCircleId contains the circle id */
|
||||
NEW_CIRCLE = 0x06,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue