On Zulip, ROOMS_TO_JOIN should contain valid Zulip rooms
Closed this issue · 4 comments
Following on from #634 , the rooms list needs to be updated on backend Zulip to contain only rooms which exist on the coala Zulip server , otherwise there are lots of errors on startup.
Note that 'maintainers' (same as gitter coala/coala/maintainers) and 'gci-mentors-2018' (no gitter equivalent) are two private rooms the bot also needs to join on Zulip.
This is GCI task https://codein.withgoogle.com/dashboard/tasks/6377821476749312/
@jayvdb does the bot need to scrape zulip, use the zulip api, or is this just a static list of rooms pertinent to the bot?
@jayvdb does the bot need to scrape zulip, use the zulip api, or is this just a static list of rooms pertinent to the bot?
Nevermind. I see what you mean(I think) I'll update the list. :-)
It can be a static list.