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
2022-11-23 18:40:47 -05:00
..
activity.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
actor_language.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
comment.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
comment_reply.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
comment_report.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
community.rs Implement federated user following (fixes #752) (#2577) 2022-11-23 18:40:47 -05:00
community_block.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
email_verification.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
federation_allowlist.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
federation_blocklist.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
instance.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
language.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
local_site.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
local_site_rate_limit.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
local_user.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
mod.rs Add support for Taglines (#2548) 2022-11-19 09:48:29 -05:00
moderator.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
password_reset_request.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
person.rs Implement federated user following (fixes #752) (#2577) 2022-11-23 18:40:47 -05:00
person_block.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
person_mention.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
post.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
post_report.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
private_message.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
private_message_report.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
registration_application.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
secret.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
site.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
tagline.rs Fix clippy lints. (#2572) 2022-11-21 10:21:09 +00:00