tangled
alpha
login
or
join now
parakeet.at
/
parakeet
63
fork
atom
Parakeet is a Rust-based Bluesky AppServer aiming to implement most of the functionality required to support the Bluesky client
appview
atproto
bluesky
rust
appserver
63
fork
atom
overview
issues
12
pulls
pipelines
update models
mia.omg.lol
5 months ago
02b985ab
87cfa87c
verified
This commit was signed with the committer's
known signature
.
mia.omg.lol
SSH Key Fingerprint:
SHA256:eb+NhC0QEl+XKRuFP/97oH6LEz0TXTKPXGDIAI5y7CQ=
+3
1 changed file
expand all
collapse all
unified
split
parakeet-db
src
models.rs
+3
parakeet-db/src/models.rs
···
148
148
pub embed: Option<String>,
149
149
pub embed_subtype: Option<String>,
150
150
151
151
+
pub mentions: Option<Vec<Option<String>>>,
152
152
+
pub violates_threadgate: bool,
153
153
+
151
154
pub created_at: DateTime<Utc>,
152
155
pub indexed_at: NaiveDateTime,
153
156
}