LogApproveJoinRequest
data class LogApproveJoinRequest(val rev: String, val convoId: String, val member: ProfileViewBasic)
NOTE: This is under active development and should be considered unstable while this note is here. Event indicating a join request was approved by the viewer. Only the owner gets this. The approved member gets a logBeginConvo.
Parameters
member
Prospective member who requested to join.