An ATproto social media client -- with an independent Appview.
6
fork

Configure Feed

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

refactor(actions): run source update later than upstream fetch

serenity 89bae0fa a9a2fd79

+1 -1
+1 -1
.github/workflows/nightly-update-source-languages.yaml
··· 1 1 name: Nightly Update Source Languages 2 2 on: 3 3 schedule: 4 - - cron: '0 0 * * *' # run at 12 AM UTC 4 + - cron: '0 1 * * *' # run at 1 AM UTC to ensure that our source changes are applied instead 5 5 workflow_dispatch: 6 6 7 7 jobs: