forked from
jollywhoppers.com/witchsky.app
Bluesky app fork with some witchin' additions 馃挮
1import {ID} from '#/components/PolicyUpdateOverlay/updates/202508/config'
2
3/**
4 * The singulary active update ID. This is configured here to ensure that
5 * the relationship is clear.
6 */
7export const ACTIVE_UPDATE_ID = ID
8
9/**
10 * Toggle to enable or disable the policy update overlay feature e.g. once an
11 * update has run its course, set this to false. For new updates, set this to
12 * true and change `ACTIVE_UPDATE_ID` to the new update ID.
13 */
14export const POLICY_UPDATE_IS_ENABLED = false