When an admin creates a new text channel, the channel is only visible to the admin/owner who created it. Other users are unable to see or access the newly created channel.
This behavior is incorrect, as newly created channels should be visible to all relevant users according to the system’s permission rules.
Steps to Reproduce
Log in as an admin
Create a new text channel
Log in as a non-admin user (or use another account)
Observe the channel list
Expected Result
The newly created text channel is visible to all users who have permission to access it
The channel appears immediately (or after refresh) for other users
The channel persists and remains visible after reload or reconnect
Actual Result
The newly created channel is only visible to the admin
Other users do not see the channel, even after refresh
Impact
Users cannot access newly created channels
Breaks core communication functionality
Causes inconsistency between admin and user views
Suggested Fix
Ensure channel creation triggers a sync/update event to all connected users
Persist the channel properly in backend/storage so it is available across sessions
Verify permission handling so visibility is correctly applied
Priority
High
### Description
When an admin creates a new text channel, the channel is only visible to the admin/owner who created it. Other users are unable to see or access the newly created channel.
This behavior is incorrect, as newly created channels should be visible to all relevant users according to the system’s permission rules.
---
### Steps to Reproduce
1. Log in as an admin
2. Create a new text channel
3. Log in as a non-admin user (or use another account)
4. Observe the channel list
---
### Expected Result
* The newly created text channel is visible to all users who have permission to access it
* The channel appears immediately (or after refresh) for other users
* The channel persists and remains visible after reload or reconnect
---
### Actual Result
* The newly created channel is only visible to the admin
* Other users do not see the channel, even after refresh
---
### Impact
* Users cannot access newly created channels
* Breaks core communication functionality
* Causes inconsistency between admin and user views
---
### Suggested Fix
* Ensure channel creation triggers a sync/update event to all connected users
* Persist the channel properly in backend/storage so it is available across sessions
* Verify permission handling so visibility is correctly applied
---
### Priority
High
myxelium
added this to the Zoracord 1:1 project 2026-03-23 14:51:12 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Description
When an admin creates a new text channel, the channel is only visible to the admin/owner who created it. Other users are unable to see or access the newly created channel.
This behavior is incorrect, as newly created channels should be visible to all relevant users according to the system’s permission rules.
Steps to Reproduce
Expected Result
Actual Result
Impact
Suggested Fix
Priority
High