@rimu@piefed.social (or anyone on piefed) I was wondering, if we wanted to comment on the above fediverse/mastodon post via piefed: https://social.growyourown.services/@FediVideo/115464934056652029
When I attempt to use the search tool to retrieve the post I get the error: "Post not found." It looks like its just mastodon. Is it something to do with federation? I also tried @FediVideo@social.growyourown.services
Here is what the curl looks like:
curl 'https://piefed.social/community/add_remote' \
--compressed \
-X POST \
-H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0' \
-H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' \
-H 'Accept-Language: en-US,en;q=0.5' \
-H 'Accept-Encoding: gzip, deflate, br, zstd' \
-H 'Content-Type: application/x-www-form-urlencoded' \
-H 'Referer: https://piefed.social/community/add_remote' \
-H 'Origin: https://piefed.social/' \
-H 'Upgrade-Insecure-Requests: 1' \
-H 'Sec-Fetch-Dest: document' \
-H 'Sec-Fetch-Mode: navigate' \
-H 'Sec-Fetch-Site: same-origin' \
-H 'Sec-Fetch-User: ?1' \
-H 'Connection: keep-alive' \
-H 'Cookie: low_bandwidth=0; fieldset_post_more_options_state=expanded; fieldset_post_reply_op_state=collapsed; fieldset_post_reply_comment_state=collapsed; fieldset_post_reply_more_options_state=expanded; cross_post_community_id=2294; fieldset__state=expanded; remember_token=119955|totally_real; compact_level=; fontSize=1.05; session=totally_real_session' \
-H 'Priority: u=0, i' \
-H 'TE: trailers' \
--data-raw 'csrf_token=totally_real_csrf_token&address=%40FediVideo%40social.growyourown.services&submit=Search'
