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

Configure Feed

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

possum/did: `pattern` should not be public

kacaii.dev (Jul 11, 2026, 8:05 PM -0300) 405ef5bb 86f86471

+2 -1
+2 -1
src/possum/did.gleam
··· 14 14 import gleam/result 15 15 import gleam/string 16 16 17 - pub const pattern = "^did:[a-z]+:[a-zA-Z0-9._:%-]*[a-zA-Z0-9._-]$" 17 + /// Available on: https://atproto.com/specs/did#did-identifier-syntax 18 + const pattern = "^did:[a-z]+:[a-zA-Z0-9._:%-]*[a-zA-Z0-9._-]$" 18 19 19 20 pub type ParseError { 20 21 /// Regex failed to compile