Files
OwnCord/Server
jevb 527e7e7d2c fix: exclude DM channels from guild channel listings (BUG-093)
DM channel rows were returned by ListChannels and included in both
the REST channel list and the WebSocket ready payload. Added type="dm"
skip in handleListChannels and buildReady filter loops. DMs are already
delivered separately via dm_channels. 2 new tests verify exclusion for
both member and admin roles.
2026-04-02 11:24:43 +02:00
..