Closed raelgc closed 7 years ago
Paste the output for scudcloud --version below:
scudcloud --version
ScudCloud 1.60 Python 3.5.2 Qt 5.7.0 PyQt 5.7 SIP 4.18.1
After 30 minutes, Slack will be online if desktop is not locked.
After 30 minutes idle (only in the app), Slack will be offline,
The Slack JS method to send tickle (TS.ms.sendTickle) was removed by Slack (or renamed). Find the new one and replace the call for it.
TS.ms.sendTickle
ScudCloud Version
Paste the output for
scudcloud --version
below:Distro and Desktop info
Expected behavior
After 30 minutes, Slack will be online if desktop is not locked.
Actual behavior
After 30 minutes idle (only in the app), Slack will be offline,
Steps to reproduce
Additional Info
The Slack JS method to send tickle (
TS.ms.sendTickle
) was removed by Slack (or renamed). Find the new one and replace the call for it.