Show per-app actor in follow notifications on Hub
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m34s

Add app_domain to APNotification model and NotificationDTO so follow
notifications display "followed you on blog" instead of just "followed
you" when the follow targets a per-app actor.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
giles
2026-02-25 09:17:34 +00:00
parent 99ab363cfd
commit c6271931a6
6 changed files with 28 additions and 1 deletions

View File

@@ -316,3 +316,4 @@ class NotificationDTO:
from_actor_domain: str | None = None
from_actor_icon: str | None = None
target_content_preview: str | None = None
app_domain: str | None = None