insomniacslk / irc-slack

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

Do not print message if hidden #152

Closed insomniacslk closed 3 years ago

insomniacslk commented 3 years ago

Slack can send "hidden" messages, that are not part of the conversation. When the hidden flag is set, we don't print them anymore.

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

codecov[bot] commented 3 years ago

Codecov Report

Merging #152 (ef7b8c5) into master (1b9fa17) will decrease coverage by 0.01%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #152      +/-   ##
=========================================
- Coverage    7.15%   7.14%   -0.02%     
=========================================
  Files           8       8              
  Lines         950     952       +2     
=========================================
  Hits           68      68              
- Misses        879     881       +2     
  Partials        3       3              
Flag Coverage Δ
unittest 7.14% <0.00%> (-0.02%) :arrow_down:

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

Impacted Files Coverage Δ
pkg/ircslack/event_handler.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 1b9fa17...ef7b8c5. Read the comment docs.