moderator-toolbox-nxg-for-reddit / modules/announcements/codec

modules/announcements/codec

Variables

announcementsCodec

const announcementsCodec: WikiPageCodec<AnnouncementsWikiData>

Defined in: extension/data/modules/announcements/codec.ts:33

The codec used by the versioned transport for the announcements page.


INVALID_JSON_REASON

const INVALID_JSON_REASON: "The announcements page contains invalid JSON. Fix it by hand before editing so existing notes are not lost." = 'The announcements page contains invalid JSON. Fix it by hand before editing so existing notes are not lost.'

Defined in: extension/data/modules/announcements/codec.ts:17

Refusal message when the page exists but is not valid JSON.


UNEXPECTED_FORMAT_REASON

const UNEXPECTED_FORMAT_REASON: string

Defined in: extension/data/modules/announcements/codec.ts:21

Refusal message when the page parses but isn’t a recognized announcements doc.