๐Ÿ€ ATproto library for gleam
atproto library gleam
35

Configure Feed

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

possum: use correct field name for "create_record"

kacaii.dev (Jul 3, 2026, 10:05 AM -0300) 19e45580 2a114daa

+1 -1
+1 -1
src/possum.gleam
··· 462 462 } 463 463 464 464 let body = case validate { 465 - option.Some(value) -> [#("swapCommit", json.bool(value)), ..body] 465 + option.Some(value) -> [#("validate", json.bool(value)), ..body] 466 466 option.None -> body 467 467 } 468 468