Pre-packaged com.atproto AT Protocol lexicons.
0
fork

Configure Feed

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

feat: update lexicons

+3 -6
+2 -5
lib/atproto/com/atproto/label/defs.ex
··· 58 58 "labelValue" => %{ 59 59 "knownValues" => [ 60 60 "!hide", 61 - "!no-promote", 62 61 "!warn", 63 62 "!no-unauthenticated", 64 - "dmca-violation", 65 - "doxxing", 66 63 "porn", 67 64 "sexual", 68 65 "nudity", 69 - "nsfl", 70 - "gore" 66 + "graphic-media", 67 + "bot" 71 68 ], 72 69 "type" => "string" 73 70 },
+1 -1
mix.exs
··· 1 1 defmodule AtexAtproto.MixProject do 2 2 use Mix.Project 3 3 4 - @version "0.1.1" 4 + @version "0.1.2" 5 5 @github "https://github.com/cometsh/atex_atproto" 6 6 @tangled "https://tangled.sh/@comet.sh/atex_atproto" 7 7