Skip to content

Private channel names are sent out publicly through websocket when being removed #159

@Kelton555

Description

@Kelton555

Private channel names get sent out publicly on the websocket when being removed; i.e. when the last user disconnects or joins a different channel. Disconnecting is of particular importance as people will rejoin the same private channel when they next reconnect, potentially leading to the leakage of private channels that are still in use.

The cause is the hard-coded 'false' here:

BroadcastCMD(false, "chan_remove",

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions