All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 52s
Social blueprint with timeline, compose, search, follow/unfollow, like/boost interactions, and notifications. Inbox handler extended for Create/Update/Delete/Accept/Like/Announce with notification creation. HTMX-powered infinite scroll and interaction buttons. Nav updated with Timeline, Public, Search, and Notifications links. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
6 lines
296 B
Python
6 lines
296 B
Python
from .wellknown.routes import register as register_wellknown_bp
|
|
from .actors.routes import register as register_actors_bp
|
|
from .identity.routes import register as register_identity_bp
|
|
from .auth.routes import register as register_auth_bp
|
|
from .social.routes import register as register_social_bp
|