Send webmentions intelligently

Instead of sending them for each and every post, send them once

This would require some state, whether that's in-memory, so short lived, or on disk, which means worrying about state, or on disk but don't worry if it gets clobbered

Restructure requires:

  • Queue to parse out URLs that need WebMentions
  • Queue to send the Webmentions to those URLs
Edited by Jamie Tanna