diff --git a/README.md b/README.md index 20c4267..4970e24 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ For n.eko room management software visit https://github.com/m1k1o/neko-rooms. - Abiltiy to include neko as a component in another Vue.Js project (by @gbrian). - Added HEALTHCHECK to Dockerfile. - Arguments in broadcast pipeline are optional, not positional and can be repeated `{url} {device} {display}`. +- Chat messages are dense, when repeated, they are joined together. ### Roadmap & TODOs - Catch errors from gst pipeline, tell user if broadcast failed. diff --git a/client/src/components/chat.vue b/client/src/components/chat.vue index e47a251..166bc65 100644 --- a/client/src/components/chat.vue +++ b/client/src/components/chat.vue @@ -2,7 +2,14 @@