slack icon indicating copy to clipboard operation
slack copied to clipboard

Receiving one invitation for each channel and private conversation on bot (re)start

Open Coniface opened this issue 2 years ago • 3 comments
trafficstars

Here is my backfill configuration:

backfill:
        # Allow backfilling at all? Requires MSC2716 support on homeserver.
        enable: false
        # Maximum number of conversations to fetch from Slack when syncing team from Slack.
        # Must be 0-999
        conversations_count: 0

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.

Coniface avatar Sep 20 '23 17:09 Coniface

Seems it could be resolved thanks to #35

I will update the issue once the PR is merged.

Coniface avatar Sep 25 '23 11:09 Coniface

I tested with the updated docker image after #35 was merged and it does not solve the issue.

Coniface avatar Sep 25 '23 12:09 Coniface

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.

dandehavilland avatar Apr 29 '24 12:04 dandehavilland

Even though, the invitations should not be resent each time the bridge restarts.

Coniface avatar May 19 '24 09:05 Coniface