List all users, all channels, and channels the user is in #1

Open
opened 2019-07-21 12:46:13 -04:00 by notnull · 0 comments
Owner
  • TODO add list of only channels the user is subscribed to on the left
  • TODO add list of all users in the navbar dropdown
  • DONE add list of all channels in the navbar dropdown

The documentation isn't all that clear:

https://socket.io/docs/emit-cheatsheet/

For example, the way I found to get all of the rooms available in the server is with io.sockets.adapter.rooms

see lines 5-13 in server/socket/index.js

* TODO add list of only channels the user is subscribed to on the left * TODO add list of all users in the navbar dropdown * DONE add list of all channels in the navbar dropdown The documentation isn't all that clear: https://socket.io/docs/emit-cheatsheet/ For example, the way I found to get all of the rooms available in the server is with ```io.sockets.adapter.rooms``` see lines 5-13 in server/socket/index.js
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: notnull/ircz#1
No description provided.