Hello, it is hardcoded to be 30 (magic number) https://github.com/apache/openmeetings/blob/8dcce49320f84584e2531e0302a41722f235863b/openmeetings-web/src/main/java/org/apache/openmeetings/web/user/chat/Chat.java#L154 https://github.com/apache/openmeetings/blob/8dcce49320f84584e2531e0302a41722f235863b/openmeetings-web/src/main/java/org/apache/openmeetings/web/user/chat/Chat.java#L170 https://github.com/apache/openmeetings/blob/8dcce49320f84584e2531e0302a41722f235863b/openmeetings-web/src/main/java/org/apache/openmeetings/web/user/chat/Chat.java#L175
There is a JIRA already https://issues.apache.org/jira/browse/OPENMEETINGS-407 No time for it :( Should be not that hard to fix On Thu, Mar 22, 2018 at 1:13 PM, Aaron Hepp <[email protected]> wrote: > By scroll back buffer (chat history better name for it) is the amount of > previous chat conversation text a person sees when they enter a conference. > In the screen shot this room has been open since 9:30 with chat > conversation, but if you enter the room now the most you can see back in the > chat history is to 2:51. Was wondering if there is a setting to increase or > decrease the amount of history a person sees when entering the chat. > > > On 3/21/2018 10:47 PM, Maxim Solodovnik wrote: >> >> I'm not sure I understand what buffer are you talking about :( >> Maybe screenshot can help? >> >> On Thu, Mar 22, 2018 at 3:49 AM, Aaron Hepp <[email protected]> wrote: >>> >>> Can you tell me which file I need to change to allow more or less scroll >>> back buffer for new users. Looks like the scroll back buffer is around >>> 25 >>> lines of previous messages for when a new user enters the room. I was >>> wondering if that is a variable that can be changed. >>> >> >> > -- WBR Maxim aka solomax
