+59
-36
server/main.go
+59
-36
server/main.go
······+Profile *bsky.ActorDefs_ProfileViewDetailed `json:"profile"` // the detailed profile of the actor that (un)liked the post···························
+2
-11
server/xrpc.go
+2
-11
server/xrpc.go
······-func fetchRecord[v any](ctx context.Context, xrpcClient *xrpc.Client, val *v, event *models.Event) error {-out, err := atproto.RepoGetRecord(ctx, xrpcClient, "", event.Commit.Collection, event.Did, event.Commit.RKey)+func fetchProfile(ctx context.Context, did syntax.DID) (*bsky.ActorDefs_ProfileViewDetailed, error) {+return bsky.ActorGetProfile(ctx, &xrpc.Client{Host: "https://public.api.bsky.app"}, string(did))
+20
-61
webapp/src/ActivityItem.tsx
+20
-61
webapp/src/ActivityItem.tsx
······
+10
-4
webapp/src/App.tsx
+10
-4
webapp/src/App.tsx
············
+13
-4
webapp/src/types.ts
+13
-4
webapp/src/types.ts
···