mautrix / slack

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

Traditional Backfill Missing #47

Open niebloomj opened 4 months ago

niebloomj commented 4 months ago

As pointed out here, traditional Backfill is not yet supported.

This means backfill is impossible on dendrite servers.

I request that we update the slack bridge, specifically the code here, to be like the others, like the newer WhatsApp code here, and support traditional Backfill so we can bring in our historical messages

niebloomj commented 4 months ago

A more relevant backfill code https://github.com/mautrix/gmessages/blob/main/backfill.go

niebloomj commented 3 months ago

I was able to do a traditional backfill after checking out this PR https://github.com/mautrix/slack/pull/49