-
Notifications
You must be signed in to change notification settings - Fork 1
Hooks
github-actions[bot] edited this page Jun 9, 2026
·
18 revisions
-
atmosphere_client_metadataFilters the OAuth client metadata served at the REST endpoint.
-
atmosphere_pre_apply_writesShort-circuits the applyWrites call before it reaches the PDS. -
atmosphere_pre_upload_blobShort-circuits the uploadBlob call before it reaches the PDS.
atmosphere_publishing-
atmosphere_should_publish_commentFilters whether a comment should be published to Bluesky.
-
atmosphere_backfill_query_chunk_sizeFilters the page size for the paged unsynced-posts walk.
-
atmosphere_oauth_redirect_uriFilters the OAuth redirect URI.
-
atmosphere_transform_commentFilters the app.bsky.feed.post comment reply record before publishing.
-
atmosphere_content_parserFilters the content parser used for site.standard.document records. -
atmosphere_document_contentFilters the parsed content object before adding to the document record. -
atmosphere_transform_documentFilters the site.standard.document record before publishing.
-
atmosphere_syncable_post_typesFilters the post types that support ATmosphere publishing.
-
atmosphere_is_short_form_postFilters whether the post should be treated as short-form for Bluesky. -
atmosphere_long_form_compositionFilters the long-form composition strategy for this post. -
atmosphere_long_form_strategy_downgradedFires when a long-form strategy is silently downgraded to -
atmosphere_post_embedFilters the embed attached to a Bluesky post record. -
atmosphere_teaser_thread_postsFilters the default teaser-thread post texts. -
atmosphere_transform_bsky_postThis filter is documented in Post::transform() above.
-
atmosphere_transform_publicationFilters the site.standard.publication record.
-
atmosphere_publish_comment_resultFires after a comment publish attempt completes, with the final result. -
atmosphere_publish_post_resultFires after a post publish attempt completes, with the final result. -
atmosphere_update_skipped_unsynced_postFires whenupdate_post()skips a post that has no
-
atmosphere_reaction_syncedFires after a Bluesky reaction is synced as a WordPress comment. -
atmosphere_should_sync_replyFilters whether a reply should be synced as a WordPress comment.