You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
CelesteNet/CelesteNet.Server.FrontendModule/Frontend.cs
Line 188 in 405a7e5
The text was updated successfully, but these errors were encountered: