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

Cannot create new channel from IRC #237

Open
setpill opened this issue Mar 29, 2019 · 4 comments
Open

Cannot create new channel from IRC #237

setpill opened this issue Mar 29, 2019 · 4 comments

Comments

@setpill
Copy link

setpill commented Mar 29, 2019

When /joining a non-existent channel, a new Mattermost channel should be created and joined.

@42wim
Copy link
Owner

42wim commented Apr 13, 2019

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.

@hloeung
Copy link
Collaborator

hloeung commented Nov 4, 2022

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.

@kot0dama
Copy link

kot0dama commented Dec 1, 2023

Maybe this could be achieved through a /msg mattermost create-channel #whatever instead of a simple /join ?
That would not reduce the risk of typos but would ensure the goal is to indeed create a new channel.

@hloeung
Copy link
Collaborator

hloeung commented Dec 12, 2023

I think this is a good path forward and related to the issue/wishlist you raised in #568

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

No branches or pull requests

4 participants