-
Notifications
You must be signed in to change notification settings - Fork 10.9k
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
[FIX] Change "Idle Time Limit" from milliseconds to seconds #9675
[FIX] Change "Idle Time Limit" from milliseconds to seconds #9675
Conversation
[FIX] File access not working when passing credentials via querystring
[FIX] Missing translations
…ation [FIX] Remove sweetalert from livechat facebook integration page
[FIX] Restore translations from other languages
Release 0.60.2
[FIX] English Typos
Fix: README typo
[FIX] Wrong position of notifications alert in accounts preference page
Fix: Improved README.md
Fix: Change 'Wordpress' to 'WordPress
Fix: English language improvements
[FIX] LDAP/AD is not importing all users
[FIX] sidebar footer padding
[FIX] svg render on firefox
[FIX] custom emoji size on sidebar item
Release 0.60.3
[FIX] LDAP TLS not working in some cases
Update Marked dependecy to 0.3.9
[FIX] last message cutting on bottom
[FIX] Deleting message with store last message not removing
[FIX] announcement hyperlink color
[FIX] popover on safari for iOS
[FIX] Highlight setting not working correctly
… milliseconds to seconds
@geekgonecrazy Can you may take a look at my last commit and tell me if it's the right way to do a DB migration? |
I think everything looks right. @sampaiodiego could you give a look and make sure looks good? I think you are more familiar with the idle code. |
…ion-without-register-form [FIX] Livechat conversation not receiving messages when start without form
[FIX] Emoji rendering on last message
[FIX] Livechat issues on external queue and lead capture
@sampaiodiego Any chance to get this into the next release? Most of my users are really confused with the millisecond value. |
I'm sorry @kaiiiiiiiii we'll need to target version |
Release 0.61.2
@kaiiiiiiiii oooooh also just noticed your targeting master. Can you please switch to target develop? We merge down to develop and then cut release off of develop. On your fork you'll need to merge develop into master to get your master insync with our develop branch. |
Closed in favor of #9824 . |
@RocketChat/core
Closes #9674
This PR changes the Idle Time Limit from milliseconds to seconds. Let me know if I missed something!