spacebarchat / spacebarchat/server

`EFFICIENT_RESPONSES`: intent to opt out of duplication in certain responses

Open
#924 2 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.