HackmanCMS/web
Bashy dfca6df629 Send Discord snowflake IDs as strings to prevent JS precision loss
channel_id and role_id are 64-bit integers that exceed Number.MAX_SAFE_INTEGER,
causing silent rounding in the browser. Cast to string in the GET response;
PHP stores them back as integers on save (64-bit PHP handles them correctly).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-27 19:29:23 +03:00
..
api Send Discord snowflake IDs as strings to prevent JS precision loss 2026-05-27 19:29:23 +03:00
assets Add compose/repost UI for RSS feeds, Mastodon accounts, and LinkedIn pages 2026-05-26 19:07:45 +03:00
.htaccess Init 2026-05-03 20:56:15 +03:00
index.php Add LinkedIn OAuth flow 2026-05-26 17:25:38 +03:00
linkedin_callback.php Add LinkedIn OAuth flow 2026-05-26 17:25:38 +03:00