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
To remain efficient, user chats are only loaded when the matched user's details are open
This ensures that having a lot of matches will not ridiculously slow down your system when retrieving matches
Pings the "Get messages" endpoint roughly every second to ensure we're up-to-date
Calling "Get messages" so often may cause unnecessary slowness in the future
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