sm00th / bitlbee-discord

Bitlbee plugin for Discord (http://discordapp.com)
GNU General Public License v2.0
290 stars 27 forks source link

[listchan] Channels still marked as read without adding chat #52

Closed digitalcircuit closed 7 years ago

digitalcircuit commented 7 years ago

In short

Thoughts

In the listchan branch, by default no channels are joined, yet all messages are marked as read. Originally, I expected only joined channels (chat add discord [index]) to be marked as read.

I join two Discord groups mostly for keeping up with the individuals on them, not the actual server channels. However, every now and then I'd still like to catch up on the channels right now, without wanting all of it in my IRC client.

Others may have different use cases, so keeping some form of disabling message acknowledgement makes sense. Some might prefer marking all channels as read.. though that use case might be better handled by muting channels.

sm00th commented 7 years ago

918ba59 changes the logic so that only messages sent to bitlbee will be acked. Not changing send_acks option at this time as acking messages that you couldn't have seen is a very strange usecase.

digitalcircuit commented 7 years ago

That makes sense. Thanks for the quick response!