When a room ends up empty (no users in it), all metadata related to the room in storage should be cleaned up. This includes things like invitations tracked by RoomInvites.
Description
Description
Details
Details
- Ticket Type
- Task
Event Timeline
Comment Actions
have implemented leave and terminate functions in RoomChannel, but am now blocked by Alek's feature branch which also introduces an :after_join handler where Presence.track'ing can be placed.
(this will also get us join/leave events for "free" in channels)