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

Configure Feed

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

possum: use option.Some on doc comment for create_record too"

kacaii.dev (Jul 11, 2026, 11:21 PM -0300) e98a32cb a18bbdfa

+3 -3
+3 -3
src/possum.gleam
··· 417 417 /// - **repo**: The handle or DID of the repo (aka, current account). 418 418 /// - **rkey**: The Record Key. 419 419 /// - **swapCommit**: Compare and swap with the previous commit by CID. 420 - /// - **validate**: Can be set to 'false' to skip Lexicon schema validation 421 - /// of record data, 'true' to require it, or leave unset to validate 422 - /// only for known Lexicons. 420 + /// - **validate**: Can be set to `option.Some(False)` to skip Lexicon schema validation 421 + /// of record data, `option.Some(True)` to require it, or leave unset to validate only 422 + /// for known Lexicons. 423 423 /// 424 424 /// ## Examples 425 425 ///