Add full fediverse social service
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>
This commit is contained in:
giles
2026-02-22 11:57:24 +00:00
parent 25d21b93af
commit b694d1f4f9
16 changed files with 901 additions and 6 deletions

View File

@@ -2,3 +2,4 @@ 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