From: Ralph Ronnquist Date: Wed, 25 Aug 2021 05:45:06 +0000 (+1000) Subject: patch to join conversations X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;h=44356011a403981d5fccf8f375c5a75e87a40db5;hp=67a913917c97b15fd60e738e5eb4003c2162bcc5;p=rrq%2Fslirc.git patch to join conversations --- diff --git a/slirc.pl b/slirc.pl index 7a871b6..e744e73 100755 --- a/slirc.pl +++ b/slirc.pl @@ -621,7 +621,8 @@ my %irc_command = ( irc_broadcast_join $self_id, $chan->{Id} if rtm_update_join $self_id, $chan->{Id}; } else { - rtm_apicall "channels.join", { channel => $chan->{Id} }; + #rtm_apicall "channels.join", { channel => $chan->{Id} }; + rtm_apicall "conversations.join", { channel => $chan->{Id} }; } } },