We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Rocketchat version : open.rocket.chat latest develop - 1.3.x
Reference this original PR #13933
Just been trying to change the custom status in open.rocket.chat but can't seem to do it reliably.
Make a change, hit save, realise you made a typo, modify and save, and it stays the same. And you have no idea why.
This appears to be due to the time out being set to 60 seconds.
To check, set the status, wait for a minute, modify. It should now work.
Apparently @wreiske thinks this may be the problem and suggested "I would say once every 2 or 3 seconds to account for edits"
Rocket.Chat/app/lib/server/functions/setStatusText.js
Line 48 in 24ebd2c
I don't think you need to go much below 5. See how quick you can get from from Save, Click Edit, modify to Save.
[Note to self: As aside, you can't see your own status and forget you have set a custom one - ought to be another bug guess]
The text was updated successfully, but these errors were encountered:
Hudell
Successfully merging a pull request may close this issue.
Rocketchat version : open.rocket.chat latest develop - 1.3.x
Reference this original PR #13933
Just been trying to change the custom status in open.rocket.chat but can't seem to do it reliably.
Make a change, hit save, realise you made a typo, modify and save, and it stays the same. And you have no idea why.
This appears to be due to the time out being set to 60 seconds.
To check, set the status, wait for a minute, modify. It should now work.
Apparently @wreiske thinks this may be the problem and suggested "I would say once every 2 or 3 seconds to account for edits"
Rocket.Chat/app/lib/server/functions/setStatusText.js
Line 48 in 24ebd2c
I don't think you need to go much below 5. See how quick you can get from from Save, Click Edit, modify to Save.
[Note to self: As aside, you can't see your own status and forget you have set a custom one - ought to be another bug guess]
The text was updated successfully, but these errors were encountered: