diff options
| author | metamuffin <metamuffin@disroot.org> | 2026-02-25 15:21:24 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2026-02-25 15:21:24 +0100 |
| commit | 12868c6bce4287adef760a76f3f1ef9d74fb9bda (patch) | |
| tree | 5a7a7ff0d7feb970551eab4f855a1837b3c3fff4 /common/src/api.rs | |
| parent | 9c08495cca8b9aaf297c88da9ec98a619eb90762 (diff) | |
| download | jellything-12868c6bce4287adef760a76f3f1ef9d74fb9bda.tar jellything-12868c6bce4287adef760a76f3f1ef9d74fb9bda.tar.bz2 jellything-12868c6bce4287adef760a76f3f1ef9d74fb9bda.tar.zst | |
user removal
Diffstat (limited to 'common/src/api.rs')
| -rw-r--r-- | common/src/api.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/src/api.rs b/common/src/api.rs index ea1a0c6..5d9c72d 100644 --- a/common/src/api.rs +++ b/common/src/api.rs @@ -28,6 +28,7 @@ fields! { VIEW_ADMIN_INFO: Object = b"adin"; VIEW_ADMIN_LOG: Object = b"adlo"; VIEW_ADMIN_USER_LIST: Object = b"adul"; + VIEW_ADMIN_USER: Object = b"adus"; VIEW_USER_SETTINGS: Object = b"uset"; ADMIN_IMPORT_BUSY: () = b"busy"; |