42wim / matterircd

Connect to your mattermost or slack using your IRC-client of choice.
MIT License
294 stars 60 forks source link

Fix permissions issues when replying to threads in DM #389

Closed hloeung closed 3 years ago

hloeung commented 3 years ago

This was introduced in commit c68410c5 where threadMsgUser() now calls threadMsgChannel() which then incorrectly calls u.br.MsgChannelThread().

msg: Test could not be send: You do not have the appropriate permissions.,

Apologies for introducing this bug.

42wim commented 3 years ago

Also thanks for fixing it again :)