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

[ ArmoredChat.js ] Text can not append to previous messages #1142

Open
Armored-Dragon opened this issue Sep 19, 2024 · 2 comments
Open

[ ArmoredChat.js ] Text can not append to previous messages #1142

Armored-Dragon opened this issue Sep 19, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@Armored-Dragon
Copy link
Member

In the chat application text is supposed to append to previous messages under specific circumstances. This currently does not function. This results in each message being rendered as individual messages.

@Armored-Dragon Armored-Dragon added the bug Something isn't working label Sep 19, 2024
@daleglass
Copy link
Contributor

What are those circumstances?

@Armored-Dragon
Copy link
Member Author

What are those circumstances?

// if (last_message_user === username && elapsed_minutes < 1 && last_item){

When a message is going to be rendered, it will check if the new message is from the same author as the previously rendered image, and that less than a minute passed since the last message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Backlog
Development

No branches or pull requests

2 participants