lukejacksonn / react-slack-clone

Complete chat application, built with Chatkit | by @lukejacksonn
https://pusher.com/chatkit
MIT License
1.35k stars 260 forks source link

User list #5

Closed lukejacksonn closed 6 years ago

lukejacksonn commented 6 years ago

Adds a component to the RoomHeader component that lists all the users in a room, along with their presence status and a button that allows you to remove the user from a room (questionable as to who should actually be able to do that, perhaps it is restricted to the room creator only. Disclaimer, I have not taken a look at permissions at all yet).

image