HackmanCMS/bin
Bashy 4767fe0109 Fix image posting for Discord and Mastodon
Discord: payload_json was missing the attachments array, so uploaded
files were orphaned and not shown in the message (Discord API v10 requirement).

Mastodon: media_ids[] sent as URL-encoded form was unreliable — switch to
JSON body. Also poll /api/v1/media/:id when upload returns 202 (async) to
wait until the image is processed before attaching it.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-04 19:35:03 +03:00
..
deploy.sh Simplify deploy.sh to run in place on the server 2026-05-28 12:32:28 +03:00
dispatch-social.php Fix image posting for Discord and Mastodon 2026-06-04 19:35:03 +03:00
import-site-logs.php Expand bot/automated-tool filter in site log importer 2026-05-27 19:29:29 +03:00
migrate.php Init 2026-05-03 20:56:15 +03:00
process-scheduled-posts.php Improve LinkedIn UI and scheduling robustness 2026-06-03 15:17:26 +03:00
run-schedules.php Init 2026-05-03 20:56:15 +03:00