From eb6648770e7de66ccafe44d114ecbb2c1eaf444d Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 26 Feb 2026 03:02:24 +0100 Subject: implement application-side continuation tokens --- common/src/api.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'common/src/api.rs') diff --git a/common/src/api.rs b/common/src/api.rs index f791cd8..89cfe16 100644 --- a/common/src/api.rs +++ b/common/src/api.rs @@ -49,6 +49,7 @@ fields! { NODELIST_TITLE: &str = b"titl"; NODELIST_DISPLAYSTYLE: Tag = b"dsty"; NODELIST_ITEM: Object = b"item"; // multi + NODELIST_CONTINUATION: &str = b"cont"; MESSAGE_KIND: &str = b"kind"; MESSAGE_TEXT: &str = b"text"; -- cgit v1.3