Skip to content

Instantly share code, notes, and snippets.

View shenders13's full-sized avatar

Sam Henderson shenders13

View GitHub Profile
@shenders13
shenders13 / emoji-access-traveling-enabled-backfill.ts
Last active September 20, 2023 23:48
Backfill to set EmojiAccess.travelingEnabled for existing data
.mod backfills
.mod billing
.mod emojis
const { z } = await import('zod')
function run() {
const EmojiAccessParser = z.object({
accessCategory: z.union([
z.literal('followersOnly'),