diff options
Diffstat (limited to 'common/src/api.rs')
| -rw-r--r-- | common/src/api.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/src/api.rs b/common/src/api.rs index c25405d..2aac57b 100644 --- a/common/src/api.rs +++ b/common/src/api.rs @@ -34,8 +34,8 @@ fields! { NKU_ROLE: &str = 2027 "role"; NODELIST_TITLE: &str = 2007 "title"; - NODELIST_DISPLAYSTYLE: &str = 2008 "displaystyle"; - NODELIST_ITEM: &str = 2009 "item"; + NODELIST_DISPLAYSTYLE: Tag = 2008 "displaystyle"; + NODELIST_ITEM: Object = 2009 "item"; MESSAGE_KIND: &str = 2029 "kind"; MESSAGE_TEXT: &str = 2030 "text"; |