ChatBundle
ChatBundle copied to clipboard
Channel with two user
I want put in my views (twig) the channel with only two users. Other users can't views the private message with the others users?
You could create channels on the fly for every user combination. If you want to avoid other users to view these channels you would need to override the bundles controller to add an additional check if a user is allowed to view this channel.