mautrix / slack

A Matrix-Slack puppeting bridge
GNU Affero General Public License v3.0
68 stars 19 forks source link

Don't attempt to backfill when backfill is disabled in the config #34

Closed twouters closed 1 year ago

twouters commented 1 year ago

Currently the bridge starts backfilling after connecting to Slack, which doesn't work on synapse (yet). The bridge should check if backfilling is enabled in the config file before it does this.