-
Notifications
You must be signed in to change notification settings - Fork 61
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
Cannot create new channel from IRC #237
Comments
For those that want to make a PR for this, make sure to make this feature an option in matterircd.toml which is false by default. |
I feel like this is likely to create a bunch of typo channels - ones no one will likely use the UI to go and delete/purge. I agree with Wim on making sure it defaults to disabled. So the change would basically be, on join getChannelIdTeam(), if no channel ID found or returned from , call CreateChannel() or similar. |
Maybe this could be achieved through a |
I think this is a good path forward and related to the issue/wishlist you raised in #568 |
When
/join
ing a non-existent channel, a new Mattermost channel should be created and joined.The text was updated successfully, but these errors were encountered: