mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-28 16:17:28 -04:00
added proper notifications when a group is deleted
This commit is contained in:
parent
f21b57b643
commit
bce514115d
15 changed files with 60 additions and 8 deletions
|
@ -117,6 +117,7 @@ enum class RsForumEventCode: uint8_t
|
|||
MODERATOR_LIST_CHANGED = 0x08, /// forum moderation list has changed.
|
||||
SYNC_PARAMETERS_UPDATED = 0x0a, /// sync and storage times have changed
|
||||
PINNED_POSTS_CHANGED = 0x0b, /// some posts where pinned or un-pinned
|
||||
DELETED_FORUM = 0x0c, /// forum was deleted by cleaning
|
||||
};
|
||||
|
||||
struct RsGxsForumEvent: RsEvent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue