DiscordChatExporter/scripts/tests/test-fixtures/append-after-high-id.json
Boden df499568d9 fix: harden recurring scrape scripts from review residuals
Use max message ID for incremental exports, validate custom cron
expressions, drop eval from host/preflight paths, restrict reauth to
executable repo scripts, and run smoke tests in CI.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-28 00:08:22 -05:00

24 lines
395 B
JSON

{
"guild": {
"id": "222",
"name": "Fixture Guild"
},
"channel": {
"id": "111",
"name": "fixture-room",
"category": "Testing Grounds"
},
"messages": [
{
"id": "1000",
"timestamp": "2026-01-03T00:00:00Z",
"content": "after-high-id"
}
],
"dateRange": {
"after": "999",
"before": null
},
"exportedAt": "2026-01-03T00:00:00Z"
}