Skip to content

Commit

Permalink
Merge branch 'main' of github.com:AnnsAnna/sphene
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnsAnns committed Jan 25, 2024
2 parents 12cf155 + b51cf34 commit 10e72e5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions thorium/src/db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ pub struct Server {
const STANDARD_SERVER: Server = Server {
id: 0,
twitter: true,
bluesky: true,
bluesky: false,
instagram: true,
tiktok: true,
tiktok: false, // Currently broken-ish under very specific circumstances that cause recursion
};

impl DBConn {
Expand Down

0 comments on commit 10e72e5

Please sign in to comment.