diff --git a/lib/archive_validator/relayable_validator.rb b/lib/archive_validator/relayable_validator.rb index 733848c57..e026ff2a0 100644 --- a/lib/archive_validator/relayable_validator.rb +++ b/lib/archive_validator/relayable_validator.rb @@ -20,11 +20,6 @@ class ArchiveValidator attr_reader :relayable alias json relayable - # TODO: use diaspora federation to fetch parent where possible - # For own relayables we could just use RelatedEntity.fetch; - # For others' relayables we should check the present "own posts" first, and then if the target post is missing from - # there we could try to fetch it with RelatedEntity.fetch. - # Common methods used by subclasses: def missing_parent_message