backend for xcvr appview
2
fork

Configure Feed

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

update lrcd

+3 -3
+1 -1
server/go.mod
··· 12 12 github.com/jackc/pgx/v5 v5.7.4 13 13 github.com/joho/godotenv v1.5.1 14 14 github.com/lestrrat-go/jwx/v2 v2.0.12 15 - github.com/rachel-mp4/lrcd v0.0.0-20250722223647-fa97afddbda9 15 + github.com/rachel-mp4/lrcd v0.0.0-20250731224514-2f8d47fe368c 16 16 github.com/rachel-mp4/lrcproto v0.0.0-20250720164211-c6162669b709 17 17 github.com/rivo/uniseg v0.4.7 18 18 github.com/whyrusleeping/cbor-gen v0.3.1
+2 -2
server/go.sum
··· 161 161 github.com/prometheus/procfs v0.15.1/go.mod h1:fB45yRUv8NstnjriLhBQLuOUt+WW4BsoGhij/e3PBqk= 162 162 github.com/rachel-mp4/atproto-oauth-golang v0.0.0-20250616212213-a55a5f62b82d h1:FQ8YKfXnKmyEbKnO/blj3qWGhYdw+l3DtQCqSboJRvA= 163 163 github.com/rachel-mp4/atproto-oauth-golang v0.0.0-20250616212213-a55a5f62b82d/go.mod h1:vVRo6BPEmWOZnYk9LtXLzBPzfkY63fUaBahA+o4h55Q= 164 - github.com/rachel-mp4/lrcd v0.0.0-20250722223647-fa97afddbda9 h1:3tUkA6SM6TiqdT5zZ7NqaGJp4iXQPbWemNI0Iwoh7eo= 165 - github.com/rachel-mp4/lrcd v0.0.0-20250722223647-fa97afddbda9/go.mod h1:lU5b8bC7vP56MT57i6gUYoXxHSVLyrUYMnUo7JELwSc= 164 + github.com/rachel-mp4/lrcd v0.0.0-20250731224514-2f8d47fe368c h1:/KXAMnA+PC9ihDVI2u4BQ5BITsR+WB0anx3Zk/sLW88= 165 + github.com/rachel-mp4/lrcd v0.0.0-20250731224514-2f8d47fe368c/go.mod h1:lU5b8bC7vP56MT57i6gUYoXxHSVLyrUYMnUo7JELwSc= 166 166 github.com/rachel-mp4/lrcproto v0.0.0-20250720164211-c6162669b709 h1:P//gJE0zFv9Qvfn8dvp9ZrnG0FZh2MVcAX+uOP2flRw= 167 167 github.com/rachel-mp4/lrcproto v0.0.0-20250720164211-c6162669b709/go.mod h1:hQzO36tQELGbkmRnUtKeM6NMU34t79ZcTlhM+MO7pHw= 168 168 github.com/rivo/uniseg v0.4.7 h1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ=