ArchiveValidator: remove unused TODO

This commit is contained in:
cmrd Senya 2019-04-26 20:33:21 +03:00
parent 597d9e0275
commit a3196a1089

View file

@ -20,11 +20,6 @@ class ArchiveValidator
attr_reader :relayable attr_reader :relayable
alias json 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: # Common methods used by subclasses:
def missing_parent_message def missing_parent_message