10
Is there a way to import Lemmy posts and comments if I want to migrate to Piefed?
(lemmy.selfhostcat.com)
Discuss PieFed project direction, provide feedback, ask questions, suggest improvements, and engage in conversations related to the platform organization, policies, features, and community dynamics.
Lemmy logs its outgoing federation activity (rotating every 7 days I think), but not their incoming activity. That was a PieFed feature to aid debugging and development (I say 'was' because it's not enabled by default anymore - you have to add
LOG_ACTIVITYPUB_TO_DB = True
to .env to get it back).