AT Mot — a bilingual (EN/FR) daily word game native to the AT Protocol.
0

Configure Feed

Select the types of activity you want to include in your feed.

Don't imply atproto = Bluesky: fix stale PDS comment, neutralize sign-in placeholders

+5 -3
+3 -1
scripts/publish-lexicons.ts
··· 5 5 * Run by the OWNER of the account that controls the namespace authority. Requires: 6 6 * ATMOT_PUBLISH_IDENTIFIER handle or DID of the publishing account 7 7 * ATMOT_PUBLISH_PASSWORD app password (Settings → App Passwords) 8 - * ATMOT_PDS PDS service URL (default https://bsky.social) 8 + * ATMOT_PDS optional PDS override; by default the account's PDS 9 + * is resolved from its DID document (works with any 10 + * host, including self-hosted PDSs) 9 11 * 10 12 * For lexicon resolution to work network-wide, the authority domain also needs a 11 13 * `_lexicon` DNS TXT record (`did=<publishing did>`) — see README. Publishing the
+2 -2
src/i18n.ts
··· 59 59 ], 60 60 signIn: 'Sign in', 61 61 signInPrompt: 'Sign in with your atproto handle to save your streak and share results.', 62 - signInPlaceholder: 'you.bsky.social', 62 + signInPlaceholder: 'you.bsky.social or you.com', 63 63 signInCta: 'Continue', 64 64 signingIn: 'Redirecting…', 65 65 signOut: 'Sign out', ··· 110 110 ], 111 111 signIn: 'Se connecter', 112 112 signInPrompt: 'Connectez-vous avec votre identifiant atproto pour enregistrer votre série et partager vos résultats.', 113 - signInPlaceholder: 'vous.bsky.social', 113 + signInPlaceholder: 'vous.bsky.social ou vous.fr', 114 114 signInCta: 'Continuer', 115 115 signingIn: 'Redirection…', 116 116 signOut: 'Se déconnecter',