tangled
alpha
login
or
join now
parakeet.at
/
parakeet
62
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
62
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
pub embed: Option<String>,
149
pub embed_subtype: Option<String>,
150
0
0
0
151
pub created_at: DateTime<Utc>,
152
pub indexed_at: NaiveDateTime,
153
}
···
148
pub embed: Option<String>,
149
pub embed_subtype: Option<String>,
150
151
+
pub mentions: Option<Vec<Option<String>>>,
152
+
pub violates_threadgate: bool,
153
+
154
pub created_at: DateTime<Utc>,
155
pub indexed_at: NaiveDateTime,
156
}