Wire real FederationService + add page federation events
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m2s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m2s
- Blog app now registers SqlFederationService (was stub/no-op) - sync_single_page emits post.published/updated events for pages - Updated shared submodule: fix sign_request in AP delivery handler Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -24,5 +24,5 @@ def register_domain_services() -> None:
|
||||
if not services.has("cart"):
|
||||
services.cart = SqlCartService()
|
||||
if not services.has("federation"):
|
||||
from shared.services.stubs import StubFederationService
|
||||
services.federation = StubFederationService()
|
||||
from shared.services.federation_impl import SqlFederationService
|
||||
services.federation = SqlFederationService()
|
||||
|
||||
Reference in New Issue
Block a user