Open snarfed opened 5 years ago
...specifically, converting inbound webmentions to outbound AP requests (Create, Update, etc) currently supports image attachments via mf2 u-photo, but only the src attribute, not srcset.
Create
Update
u-photo
src
srcset
thanks to @fluffy-critter for the initial nudge in #48. currently blocked on https://github.com/microformats/mf2py/issues/169. background: https://github.com/microformats/microformats2-parsing/issues/7. related: snarfed/bridgy#592.
No longer blocked on mf2py, @angelogladding shipped this just now in v2.0.1!
...specifically, converting inbound webmentions to outbound AP requests (
Create
,Update
, etc) currently supports image attachments via mf2u-photo
, but only thesrc
attribute, notsrcset
.thanks to @fluffy-critter for the initial nudge in #48. currently blocked on https://github.com/microformats/mf2py/issues/169. background: https://github.com/microformats/microformats2-parsing/issues/7. related: snarfed/bridgy#592.