1
0
Fork 0
mirror of https://github.com/LemmyNet/lemmy.git synced 2025-01-04 14:19:41 +00:00
Commit graph

1 commit

Author SHA1 Message Date
Nutomic 6047257bfc
Move admin flag from person to local_user (fixes ) ()
* Move admin flag from person to local_user (fixes )

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>
2023-08-24 05:40:08 -04:00