Closed Coniface closed 4 months ago
Seems it could be resolved thanks to #35
I will update the issue once the PR is merged.
I tested with the updated docker image after #35 was merged and it does not solve the issue.
I think setting conversations_count
to 0
is the same as saying there is no limit. If you set it to 1
then you will only get 1.
Even though, the invitations should not be resent each time the bridge restarts.
Here is my backfill configuration:
Yet, the first time the container started up, I had 80 invites from all the channels and private messages of my Slack. I rejected them one by one to keep a clean UI in Element but each time the
mautrix-slack
container restarts, I get those same 80 invites again.It is the only bridge that does that to me. Does anyone else experiences the same behaviour and knows how to fix it?
Like any other bridge, I'd expect to receive an invite only if a new message has been sent in one of the 80 channels.