added circle invite notifications

This commit is contained in:
csoler 2020-04-28 21:39:38 +02:00
parent f5af7dfeb3
commit 767440afc5
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
6 changed files with 64 additions and 6 deletions

View file

@ -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,