dmecke / ChatBundle

MIT License
15 stars 13 forks source link

Channel with two user #18

Open Sowfian opened 9 years ago

Sowfian commented 9 years ago

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?

dmecke commented 9 years ago

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.