spacebarchat / spacebarchat/server
`EFFICIENT_RESPONSES`: intent to opt out of duplication in certain responses
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2.2k
- Forks
- 323
- Avg merge
- 14h 48m
- Merged PRs (30d)
- 4
Description
Is your feature request related to a problem? Please describe.
As described in https://github.com/discord/discord-api-docs/issues/4765, Discord sends the user object twice in the user profile responses.
Describe the solution you'd like
When opted-in by the EFFICIENT_RESPONSES, the user object should only appear once in the profile object.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no implementation file or test; start by locating the user profile response handling and existing EFFICIENT_RESPONSES support. Confirm how the profile object is assembled, then verify that opting in produces one user object while preserving the existing response shape when the option is absent.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100