mautrix / meta

A Matrix-Facebook Messenger and Instagram DM puppeting bridge.
GNU Affero General Public License v3.0
169 stars 12 forks source link

Migration from old Python bridge #12

Closed christheradioguy closed 7 months ago

christheradioguy commented 8 months ago

Hello,

I am currently using the old Python bridge for FB Messenger bridging (https://github.com/mautrix/facebook) and am considering switching to this bridge in order to gain support for Messenger E2E Encrypted messages. Wondering if it is possible to migrate chat history from the old bridge, or if I'll end up with orphaned rooms from the old bridge and new rooms for this one?

maltee1 commented 8 months ago

There is no migration path (yet), but if you set up backfill correctly, chat history will be imported. You should have bridge bot and ghosts leave all rooms using clean-rooms before deleting the old bridge

christheradioguy commented 8 months ago

Thanks for the reply, I'll take a look at the backfill options.

Is there any plans to support migration from the older bridge in the future?