diff options
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 beccaa5..bec33ba 100644 --- a/common/src/api.rs +++ b/common/src/api.rs @@ -27,6 +27,7 @@ fields! { VIEW_ADMIN_IMPORT: Object = b"adim"; VIEW_ADMIN_INFO: Object = b"adin"; VIEW_ADMIN_LOG: Object = b"adlo"; + VIEW_USER_SETTINGS: Object = b"uset"; ADMIN_IMPORT_BUSY: () = b"busy"; ADMIN_IMPORT_ERROR: &str = b"erro"; // multi |