Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add global chatroom #3

Open
GregSherman opened this issue Aug 21, 2024 · 1 comment
Open

add global chatroom #3

GregSherman opened this issue Aug 21, 2024 · 1 comment

Comments

@GregSherman
Copy link
Collaborator

GregSherman commented Aug 21, 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).

@GregSherman GregSherman changed the title add global chatroom + accounts add global chatroom Sep 8, 2024
@AshkanAleshams
Copy link

have to be careful about this, dont want the application to be used by online preds. Is there an automod tool we can use?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants