You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There will be a chats model with a message, date, user.
must use server side events for live chats. When a new chat comes in, process it for slurs and stuff and if it passes, async add it to the model and send it to users.
When a user loads the chat, take the last 10 and send it. paginate relying on chatId (so 10 more before the chatId).
The text was updated successfully, but these errors were encountered:
GregSherman
changed the title
add global chatroom + accounts
add global chatroom
Sep 8, 2024
There will be a chats model with a message, date, user.
must use server side events for live chats. When a new chat comes in, process it for slurs and stuff and if it passes, async add it to the model and send it to users.
When a user loads the chat, take the last 10 and send it. paginate relying on chatId (so 10 more before the chatId).
The text was updated successfully, but these errors were encountered: