Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement honoring muting (via Groups?) #167

Open
djhaskin987 opened this issue Aug 26, 2022 · 0 comments
Open

Implement honoring muting (via Groups?) #167

djhaskin987 opened this issue Aug 26, 2022 · 0 comments

Comments

@djhaskin987
Copy link

I have several channels in the slack GUI which are muted, but which still show messages in Pidgin.
I would like to be able to mute them.

One method I have tried is by adding the channels in question to a pidgin Buddy Group, then disabling the "messages" event.

Under the current implementation, this is not possible.

I am hoping something can be done to allow this, either by:

  • Automatically querying the slack API and figuring out which channels are muted and putting them in a " muted" group, with the "messages" event turned off by default.
  • Allowing the user to just move channels around between groups (I realize this is probably not feasible).

Similar group strategies might be employed for other types of groups in slack, for example, possibly automatically making a " starred" group and putting stuff there as well.

What do you think?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant