You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Post Type Algorithm, in between steps "If the post has a 'photo' property with a valid URL" and "If the post has a 'content' property with a non-empty value", add a new step to use summary as the content if there are any unrecognized properties.
This came out of a discussion with how Micro.blog interprets Micropub requests from IndieBookClub, which sends read-of and read-status with summary but no content. If a Micropub server always prefers user-entered content without this extra check for unrecognized parameters, the new post would lose any extra context about the book that might otherwise have been in summary. Also a problem for bookmark-of.
In the Post Type Algorithm, in between steps "If the post has a 'photo' property with a valid URL" and "If the post has a 'content' property with a non-empty value", add a new step to use
summary
as the content if there are any unrecognized properties.This came out of a discussion with how Micro.blog interprets Micropub requests from IndieBookClub, which sends
read-of
andread-status
withsummary
but nocontent
. If a Micropub server always prefers user-enteredcontent
without this extra check for unrecognized parameters, the new post would lose any extra context about the book that might otherwise have been insummary
. Also a problem forbookmark-of
.@tantek, @aaronpk , @gRegorLove: feel free to add any other details from the discussion. Thanks!
The text was updated successfully, but these errors were encountered: