The use case is, we want to execute some server-side code when the user leaves a room. The way that custom fields are implemented in LCCS, they're all nodes on UserManager that are peers to UserList. When we get the retractions on the users (which happen all at once when the session ends for us, a...