mattermost-community / mattermost-plugin-agenda

Mattermost plugin to handle meeting agendas
Apache License 2.0
35 stars 21 forks source link

Place command response in same thread #63

Closed hanzei closed 4 years ago

hanzei commented 4 years ago

Summary

Yet another instance of this bug :confused:

Ticket Link

Fixes https://github.com/mattermost/mattermost-plugin-agenda/issues/62

codecov[bot] commented 4 years ago

Codecov Report

Merging #63 into master will decrease coverage by 0.08%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #63      +/-   ##
==========================================
- Coverage   26.11%   26.03%   -0.09%     
==========================================
  Files           7        7              
  Lines         314      315       +1     
==========================================
  Hits           82       82              
- Misses        215      216       +1     
  Partials       17       17              
Impacted Files Coverage Δ
server/command.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 8ad30fb...379f05a. Read the comment docs.

hanzei commented 4 years ago

Given that the fix is straight forward and I've tested it myself, I'm going to merge this PR without QA review.