Add max amount of messages in scroll & auto-scroll

This commit is contained in:
2022-10-20 19:47:06 +02:00
parent b1a4470c68
commit 4d92bc3e86
2 changed files with 36 additions and 5 deletions

View File

@ -1,2 +1,3 @@
export const KRATOS_URL = "http://127.0.0.1:4433"
export const CHAT_URL = "ws://localhost:1323"
export const MAX_CHAT_MESSAGES = 50