feat: v2 rewrite — hexagonal arch, ActivityPub federation, NATS, deployment-ready #1

Merged
GKaszewski merged 334 commits from v2 into master 2026-05-16 09:42:43 +00:00
Showing only changes of commit cf78b3e28f - Show all commits

View File

@@ -17,7 +17,8 @@ export function ThoughtThread({
const author = { const author = {
username: thought.author.username, username: thought.author.username,
displayName: thought.author.displayName, displayName: thought.author.displayName,
...authorDetails.get(thought.author.username), avatarUrl: thought.author.avatarUrl, // API-provided avatar (from DB COALESCE)
...authorDetails.get(thought.author.username), // override for local users
}; };
return ( return (