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
remove accidental dbg!
mia.omg.lol
5 months ago
a3338668
ee988c36
verified
This commit was signed with the committer's
known signature
.
mia.omg.lol
SSH Key Fingerprint:
SHA256:eb+NhC0QEl+XKRuFP/97oH6LEz0TXTKPXGDIAI5y7CQ=
+1
-1
1 changed file
expand all
collapse all
unified
split
consumer
src
db
copy.rs
+1
-1
consumer/src/db/copy.rs
reviewed
···
207
207
.into_iter()
208
208
.map(|v| (v.get(0), v.get(1), v.get(2))).collect();
209
209
210
210
-
for (root, post, created_at) in dbg!(threadgated) {
210
210
+
for (root, post, created_at) in threadgated {
211
211
match super::post_enforce_threadgate(conn, &root, did, created_at, true).await {
212
212
Ok(true) => {
213
213
conn.execute(