-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Apply the logic from [post type discovery](https://indieweb.org/post-type-discovery) to handle RSVPs, liks, bookmarks, etc. This changes the function `reply_or_repost()` into `silo_post_type_function()`, to handle all the post types with any source URL. I assume that **most** of the time we'll be interacting with silos that have APIs of some sort when making replies, reposts, likes, etc; but this will allow users to define custom functions for any domain with which they may be interacting.
- Loading branch information
Scott Merrill
committed
May 22, 2018
1 parent
f6a1ea6
commit 66c29b2
Showing
2 changed files
with
47 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters