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/apub/src/objects
Nutomic 6047257bfc
Move admin flag from person to local_user (fixes #3060) (#3403)
* Move admin flag from person to local_user (fixes #3060)

The person table is for federated data, but admin flag can only
apply to local users. Thats why it really belongs in the local_user
table. This will also prevent the federation code from accidentally
overwriting the admin flag

* fmt

* try to fix api tests

* lint

* fix person view

* ci

* ci

---------

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
10 months ago
..
comment.rs Replace TypedBuilder with Default in update forms (#3814) 11 months ago
community.rs Replace TypedBuilder with Default in update forms (#3814) 11 months ago
instance.rs Sanitize html (#3708) 11 months ago
mod.rs Cache & Optimize Woodpecker CI (#3450) 12 months ago
person.rs Move admin flag from person to local_user (fixes #3060) (#3403) 10 months ago
post.rs Replace TypedBuilder with Default in update forms (#3814) 11 months ago
private_message.rs Add person name to PersonIsBannedFromSite error (#3786) (#3855) 11 months ago