Skip to content

Commit

Permalink
Fix #102: set_idle is called from "signing-off"
Browse files Browse the repository at this point in the history
  • Loading branch information
dylex committed Aug 18, 2019
1 parent 7e3d002 commit be97802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slack.c
Expand Up @@ -85,7 +85,7 @@ static void slack_set_idle(PurpleConnection *gc, int idle) {
return;

SlackAccount *sa = gc->proto_data;
g_return_if_fail(sa);
g_return_if_fail(sa && sa->rtm);

if (sa->away)
return;
Expand Down

0 comments on commit be97802

Please sign in to comment.