brandonnorsworthy / eridium

If Discord and Slack had an epic baby. This piece of art works using sockets and the FULL MERN stack.
https://www.eridium.chat/
MIT License
1 stars 4 forks source link

Getting previous messages working #140

Closed brandonnorsworthy closed 3 years ago

brandonnorsworthy commented 3 years ago
  1. Query for default server
  2. Query for that servers channels
  3. Generate the channels in react tagging each with the channels _id
  4. Query for the channels last 25 messages
  5. Generate a list item for each message so that it displays in the channel
  6. Rooms should automatically work and connect with the tagged _id