Skip to content

activitypub transmogrifier: handle activity lookup failure

kaniini requested to merge kaniini/pleroma:bugfix/mrf-orphaning into develop

with the introduction of MRF, it is possible that an activity may be orphaned from it's parent, if an activity in the chain was rejected by the active MRF policies. accordingly, handle this in the same way as any other orphaned activity.

closes #156 (closed)

Merge request reports