munafio / chatify

Laravel's #1 one-to-one chatting system package, helps you add a complete real-time chatting system to your new/existing Laravel application with only one command.
https://chatify.munafio.com
MIT License
2.24k stars 479 forks source link

Every user can see all users, even the admin #42

Closed cletuskingdom closed 4 years ago

cletuskingdom commented 4 years ago

Please how can i customize the app to only view specific users.

I don't want the authenticated user to view everyone, i want to be able to specify which users an authenticated user sees.

munafio commented 4 years ago

You can customize it by publishing the assets (controllers) and you need then to change the namespace of the package's controllers form the config/chatify.php

munafio commented 4 years ago

Check out #10 if you followed the instructions above and not worked.