jjuran, [jgmac1106], stevestreza, ichoquo0Aigh9ie, dougbeal|mb1, [kenbauer] and KartikPrabhu joined the channel
#GWGIf you are always storing location, how do you know when to show it or not?
eli_oat, [kenbauer], [fluffy], cweiske and ingoogni joined the channel
#ZegnatSounds like a UI question? E.g. aaronpk is always showing his location through his background map image
[audioundergroun, [kevinmarks], swentel, gRegorLove, GWG, KartikPrabhu and [Rose] joined the channel
#[Rose]GWG: How about store a location visibility property? In the case of your plugin, perhaps "default", and then "public" and "private" would be the set values, so if I change my default setting the posts that didn't get an explicit setting before go with the flow.
#[eddie]Makes sense. It’s on the list. Albeit, I’ll be honest, not SUPER high. There are some larger more broad scope issues within Indigenous for iOS in terms of usability that are higher priority
#snarfedi have a narrow niche use case for the proxy html+mf2 pages that bridge services like bridgy and bridgy fed render for silo posts
#snarfedi want webmention receivers to fetch and handle them normally, but it might be nice for browsers to get redirected to the silo pages themselves
#snarfedi could use an HTML meta redirect tag, which in practice i expect would do what i want
#snarfedthe question is: does that sound like an ok idea?
#Loqi[snarfed] #253 support HTML meta http-equiv=refresh redirects
#snarfed(the webmention spec says discovery should "follow redirects," and links to https://fetch.spec.whatwg.org/, but i haven't found anything on HTML meta tag redirects in either doc)
#sknebelI seem to remember some library somewhere actually did handle meta tags as redirects, but I'd not commonly expect it
#sknebelalthough a compromise might be delayed redirect?
#snarfedhmm! how would that work? if wm discovery code followed meta redirects, i expect it wouldn't care about the timeout, right?
ingoogni joined the channel
#sknebelI feel like I remember code making a difference between an immediate redirect and a delayed one
#snarfedhelpful first step might be to say explicitly whether meta redirects should be followed, in either the wm spec or fetch spec or wherever. cc aaronpk
[schmarty] joined the channel
#[schmarty]!tell [manton] a bunch of my posts at micro.blog/schmarty show no content, which is true that they have no content! they have u-bookmark-of, u-read-of, etc. makes sense that m.b doesn't support all of those, but i *do* include a p-summary that could be displayed.
#[manton][schmarty] I was just looking at this. Micro.blog is reading your JSON Feed (converted from Granary). It does have a summary but the content is blank, which is really unusual.
#[manton]The spec says: "content_html and content_text are each optional strings — but one or both must be present."
#[schmarty]and thanks for that catch! it seems the issue i need to make sure granary picks up my summaries
#[schmarty]forgot that m.b is taking in JSON feed and not mf2 feed 😬
#[manton]Yeah, I think in this case the feed is technically valid but it seems weird not to have anything in the content. Micro.blog could use the summary instead... But why is there a summary if there's nothing being summarized? 🙂
#[schmarty]but mf2 summary can (should?) be used as a fallback when there are unexpected mf2 properties, so i'd expect granary to map that to content_text.
#snarfedsounds like granary's emit invalid jsonfeed. should it maybe be stricter on jsonfeed output and fail (return http 400) if there's no content?
#snarfedfallback (or error) for jsonfeed sounds good though
#[schmarty]oh that's interesting re: content in ATOM feed. is there an expectation that granary does something like post-type-discovery to determine the content from an html+mf2 source?
#snarfedsomewhat, yes, but that doesn't currently include summary
#aaronpklike right now in quill it would show an error message if you try to post, and then i'd tell someone they have to log out of quill and log back in and then it will start working again
#Loqi[snarfed] i have a narrow niche use case for the proxy html+mf2 pages that bridge services like bridgy and bridgy fed render for silo posts
#aaronpkoh yeah i vaguely was following that thread
#aaronpki know we've talked about the html meta tags for other HTTP status codes especially 410, but I don't remember any discussion about this for redirects yet
#GWGaaronpk, I guess I just need a client to implement them
ingoogni, tomasparks, [schmarty], treora, stevestreza, sknebel, snarfed and [kevinmarks] joined the channel
#[kevinmarks]RSS is ambiguous about the summary/content distinction - Atom made it explicit. Ideally JSON Feed would follow Atom on this.
#[kevinmarks]Both h-feed and Activity Streams make the distinction clear
#[kevinmarks](the original RSS use case had description for links, so was closer to summary than content - the difference was never properly addressed)