Loqi[preview] workaround for syndication links not saving the urls. just replace the post id.
wp post meta get 2167 syndication_log --format=json \
| jq -r '[.[] | .data.url?]' \
| wp post meta add 2167 mf2_syndication --format=json
beni'm not sure if there's an issue for it but i started poking around trying to get mf2_syndication to fill in from syndication_logs re: my post above. i feel like i saw it work previously but idk