Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Scalable channels #29

Open
jcserv opened this issue Jan 30, 2021 · 0 comments
Open

Scalable channels #29

jcserv opened this issue Jan 30, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@jcserv
Copy link
Contributor

jcserv commented Jan 30, 2021

What problem are you facing?

Currently, WVAnon is limited to two channels that are accessed by users with !send and !send-deep.
We should provide the ability to dynamically set channels.

What can we do to fix that problem?

To do so, we could extend channel-destinations to add aliases. These aliases would be used to determine the variation of the !send command that goes to which channel.

For example:
!anon set #anon-messages (no alias provided, users would use !send)
!anon set deep #deep-talks (users would use !send deep or !send-deep)
!anon set feedback #anon-feedback (users would use !send feedback or !send-feedback)

This would require large scale changes to how we parse messages, send messages, set channel destinations, and so on.
But in the process it would make it cleaner!

@jcserv jcserv added the enhancement New feature or request label Jan 30, 2021
@SergeyGV SergeyGV self-assigned this Jan 31, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants