grain.social is a photo sharing platform built on atproto.

refactor: rename /moderation to /labeler

moderation/.dockerignore labeler/.dockerignore
moderation/.env.example labeler/.env.example
moderation/Dockerfile labeler/Dockerfile
moderation/__generated__/index.ts labeler/__generated__/index.ts
moderation/__generated__/lexicons.ts labeler/__generated__/lexicons.ts
moderation/__generated__/types/com/atproto/label/defs.ts labeler/__generated__/types/com/atproto/label/defs.ts
moderation/__generated__/types/com/atproto/label/queryLabels.ts labeler/__generated__/types/com/atproto/label/queryLabels.ts
moderation/__generated__/types/com/atproto/label/subscribeLabels.ts labeler/__generated__/types/com/atproto/label/subscribeLabels.ts
moderation/__generated__/util.ts labeler/__generated__/util.ts
moderation/bin.ts labeler/bin.ts
moderation/deno.json labeler/deno.json
moderation/deno.lock labeler/deno.lock
moderation/fly.toml labeler/fly.toml
moderation/lexicons.json labeler/lexicons.json
moderation/lexicons/com/atproto/label/defs.json labeler/lexicons/com/atproto/label/defs.json
moderation/lexicons/com/atproto/label/queryLabels.json labeler/lexicons/com/atproto/label/queryLabels.json
moderation/lexicons/com/atproto/label/subscribeLabels.json labeler/lexicons/com/atproto/label/subscribeLabels.json
moderation/main.ts labeler/main.ts