segeeslice / Meetify-UI

This is the React-driven UI for the Meetify program
GNU General Public License v3.0
2 stars 1 forks source link

Integrate chat with back-end #30

Closed segeeslice closed 3 years ago

segeeslice commented 3 years ago

Overview

This integrates the individual user chats (accessible via the Meet page) with the server.

This relies on this main repo PR being merged, especially due to breaking CSRF changes that were required from both ends for POST methods to work appropriately.

Other Important Notes

Issues