You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemmy/crates/db_schema/src/impls
Nutomic d20d2b9218
Implement federated user following (fixes #752) (#2577)
* Implement federated user following (fixes #752)

* rewrite send_activity_in_community and add docs, remove default for column pending

* improve migration

* replace null values in db migration
1 year ago
..
activity.rs Various pedantic clippy fixes (#2568) 2 years ago
actor_language.rs Various pedantic clippy fixes (#2568) 2 years ago
comment.rs Various pedantic clippy fixes (#2568) 2 years ago
comment_reply.rs Various pedantic clippy fixes (#2568) 2 years ago
comment_report.rs Various pedantic clippy fixes (#2568) 2 years ago
community.rs Implement federated user following (fixes #752) (#2577) 1 year ago
community_block.rs Various pedantic clippy fixes (#2568) 2 years ago
email_verification.rs Various pedantic clippy fixes (#2568) 2 years ago
federation_allowlist.rs Various pedantic clippy fixes (#2568) 2 years ago
federation_blocklist.rs Various pedantic clippy fixes (#2568) 2 years ago
instance.rs Various pedantic clippy fixes (#2568) 2 years ago
language.rs Various pedantic clippy fixes (#2568) 2 years ago
local_site.rs Various pedantic clippy fixes (#2568) 2 years ago
local_site_rate_limit.rs Various pedantic clippy fixes (#2568) 2 years ago
local_user.rs Various pedantic clippy fixes (#2568) 2 years ago
mod.rs Add support for Taglines (#2548) 2 years ago
moderator.rs Various pedantic clippy fixes (#2568) 2 years ago
password_reset_request.rs Various pedantic clippy fixes (#2568) 2 years ago
person.rs Implement federated user following (fixes #752) (#2577) 1 year ago
person_block.rs Various pedantic clippy fixes (#2568) 2 years ago
person_mention.rs Various pedantic clippy fixes (#2568) 2 years ago
post.rs Various pedantic clippy fixes (#2568) 2 years ago
post_report.rs Various pedantic clippy fixes (#2568) 2 years ago
private_message.rs Various pedantic clippy fixes (#2568) 2 years ago
private_message_report.rs Various pedantic clippy fixes (#2568) 2 years ago
registration_application.rs Various pedantic clippy fixes (#2568) 2 years ago
secret.rs Various pedantic clippy fixes (#2568) 2 years ago
site.rs Various pedantic clippy fixes (#2568) 2 years ago
tagline.rs Fix clippy lints. (#2572) 2 years ago