-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add player profile public toggle #1754
Copy link
Copy link
Open
Labels
UI/UXUI/UX changes including assets, menus, QoL, etc.UI/UX changes including assets, menus, QoL, etc.approvedApproved for a PR, if you assigned to the issue.Approved for a PR, if you assigned to the issue.
Milestone
Metadata
Metadata
Assignees
Labels
UI/UXUI/UX changes including assets, menus, QoL, etc.UI/UX changes including assets, menus, QoL, etc.approvedApproved for a PR, if you assigned to the issue.Approved for a PR, if you assigned to the issue.
Type
Fields
Give feedbackNo fields configured for Feature.
Projects
StatusShow more project fields
Triage
Player profile public flag
Players who opt in can show their identity in locations like https://api.openfront.io/leaderboard/public/ffa and on the game summary screens.
Setting the public flag
To set the profile to public send
POST /users/@metohttps://api.openfront.iowith the body:{"public": true}.Implementation
Add a toggle button to enable or disable the public flag.
May depend on #1728