GameServer.Parties.PartyInvite
(game_server_core v1.0.964)
Copy Markdown
Ecto schema for the party_invites table.
Stores pending, accepted, declined, and cancelled invitations for parties. 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 party"declined"– recipient declined the invite"cancelled"– sender cancelled the invite