42wim / matterircd

Connect to your mattermost or slack using your IRC-client of choice.
MIT License
294 stars 60 forks source link

Receiving files on DM creates a channel #571

Closed dodys closed 8 months ago

dodys commented 8 months ago

I'm using the latest docker image of matterircd. In my case I'm using matterircd together with ZNC.

Whenever someone sends me a file in a DM, I receive normally the link to the file in the DM, but I see that a channel is created with that person and the channel names is our ids. For example (ids ommited): [02/07/2024 09:54:50] * Now talking on __

Is this an issue on matterircd?

I believe my config doesn't have any debug on currently, let me know what you need in terms of logs, I can reproduce it easily.

hloeung commented 8 months ago

I think this is fallout from https://github.com/42wim/matterircd/commit/b762e5eb9dcb25225fb5493e4e7340176fd583a8

hloeung commented 8 months ago

Still an issue.

hloeung commented 8 months ago

Oops, it's not. I was using a branch that did not include this fix.