spacebarchat / spacebarchat/server

Ability to hide inaccessible guild channels

Open
#867 0 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.

Describe the solution you'd like
With the guild feature string HIDE_INACCESSIBLE_CHANNELS enabled, guild owners should be able to suppress metadata about channels that cannot be seen by certain members. More particularly, when this feature is enabled, a member who cannot access a channel should not be able to see that channel's metadata.

Describe alternatives you've considered
none

Additional context
discord.com already has this for guild channels. This is just extending them to all guild channels.

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

Start by locating handling for the guild feature string HIDE_INACCESSIBLE_CHANNELS and the code paths that expose guild channel metadata. Trace how channel access is checked for members, then identify all guild channel metadata responses that need the same behavior. Done means inaccessible channels no longer reveal metadata when the feature is enabled, while accessible channels remain visible.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
authorization, backend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.