GameServer.Groups.GroupInvite
(game_server_core v1.0.967)
Copy Markdown
Ecto schema for the group_invites table.
Stores pending, accepted, declined, and cancelled invitations for hidden groups. Unlike the previous approach (which stored invites as notifications), invite records are independent of the notification system — deleting notifications does not affect pending invites.
Statuses
"pending"– waiting for the recipient to decide"accepted"– recipient joined the group"declined"– recipient declined the invite"cancelled"– sender cancelled the invite