insomniacslk / irc-slack

IRC-to-Slack gateway
BSD 3-Clause "New" or "Revised" License
192 stars 19 forks source link

Replaced calls to deprecated Channels API with Conversations API #174

Closed insomniacslk closed 3 years ago

insomniacslk commented 3 years ago

The Channels API has been deprecated, and recently removed. This change reflects the latest API.

Signed-off-by: Andrea Barberio insomniac@slackware.it

codecov[bot] commented 3 years ago

Codecov Report

Merging #174 (80fa13f) into master (cebe5a5) will increase coverage by 0.00%. The diff coverage is 0.00%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #174   +/-   ##
======================================
  Coverage    8.82%   8.82%           
======================================
  Files           9       9           
  Lines        1111    1110    -1     
======================================
  Hits           98      98           
+ Misses       1008    1007    -1     
  Partials        5       5           
Flag Coverage Δ
unittest 8.82% <0.00%> (+<0.01%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pkg/ircslack/irc_server.go 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update cebe5a5...80fa13f. Read the comment docs.