-
Notifications
You must be signed in to change notification settings - Fork 15
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
Support the use of a separate dedicated stream for RSVP events #53
Comments
This sounds like a very reasonable proposition to me! |
You could have it configurable via an environment variable named |
A config variable sounds like a very reasonable proposition to me. @kokeshii, to allay your fears, surely you can ensure a stream exists, before we depending on it. |
my proposal for this is the following: a new command
What I like about this is that it's explicit (so it's not confusing what's going on), hopefully not too hard to implement, and not overly restrictive. For example, we still want people to be able to create events in the |
@porterjamesj That sounds wonderful. I'm all for it. My only worry is potential typos, but since error messages are private now, spam will be kept to a minimum. Also, I don't think this is hard to implement. |
That sounds like it checks all the boxes, I like. |
People are now using a dedicated
RSVPs
stream to reduce the noise caused by people rsvp'ing.I was thinking we could support this workflow in RSVPBot directly by re-purposing the
init
command so that if it's ran outside of theRSVPs
stream, then it creates a new topic in theRSVPs
stream matching the original topic name, and posts a link to the RSVP thread in the original thread.Thoughts?
(The use of a separate dedicated thread for RSVP events is pretty new, so I'm sure there's lots of kinks we still need to figure out with that new use case)
The text was updated successfully, but these errors were encountered: