]> Untitled Git - lemmy.git/commit
Parse out in reply to field. Fixes #694 (#799)
authorDessalines <dessalines@users.noreply.github.com>
Thu, 11 Jun 2020 15:16:33 +0000 (11:16 -0400)
committerGitHub <noreply@github.com>
Thu, 11 Jun 2020 15:16:33 +0000 (11:16 -0400)
commitcfa40e482abf588d2a397365cef07388266795fb
treeff18005d882fbaab1d4dcda28e1c6678e65db5e9
parent0f1a8ec928a36d73490a41a778244578f39dd626
Parse out in reply to field. Fixes #694 (#799)

- When a comment or post doesn't exist locally, yet we receive
  an activitypub with it (for example, a nested comment update,
  for a community we just subscribed to, also with a post we
  don't have...), then fetch it.
server/src/apub/comment.rs
server/src/apub/fetcher.rs
server/src/apub/shared_inbox.rs
ui/src/api_tests/api.spec.ts