A fork of the Cocoon PDS but being made more distributed.
11

Configure Feed

Select the types of activity you want to include in your feed.

fix audience for get feed proxy (#40)

authored by

Ed Costello and committed by
GitHub
(Nov 3, 2025, 7:29 AM -0800) 214d8b4d 5a6fbfab

+1 -1
+1 -1
server/handle_proxy.go
··· 111 111 112 112 payload := map[string]any{ 113 113 "iss": repo.Repo.Did, 114 - "aud": svcDid, 114 + "aud": aud, 115 115 "lxm": lxm, 116 116 "jti": uuid.NewString(), 117 117 "exp": time.Now().Add(1 * time.Minute).UTC().Unix(),