ArchiveValidator: remove unused TODO
This commit is contained in:
parent
597d9e0275
commit
a3196a1089
1 changed files with 0 additions and 5 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue