pinano-discord / Pinano-Discord-Bot

A Discord bot for the Pinano guild
MIT License
9 stars 11 forks source link

subscriptions: Use lock not session as notification trigger #186

Closed sit closed 4 years ago

sit commented 4 years ago

This may help resolve #184. The hypothesis is that if someone mutes and unmutes inside a channel, they retain the lock on a channel but we start a new session. By using lock instead of session, this should prevent mute toggling from causing further notifications. Also, auto-lock happens faster than session start so you'll get a prompt-er notification.