Updated `ServerInformation`

This commit is contained in:
Mahesh Bansod 2021-10-24 02:39:27 +05:30
parent a5fabda8eb
commit d29dc36e22
1 changed files with 7 additions and 0 deletions

View File

@ -103,6 +103,13 @@ pub struct ServerInformation {
pub upload_max_file_size: u32,
pub unauthorized_session_ttl: u32,
pub authorized_session_ttl: u32,
pub retrieve_likes_max_limit: u32,
pub retrieve_reposts_max_limit: u32,
pub retrieve_replies_max_limit: u32,
pub retrieve_quotes_max_limit: u32,
pub retrieve_followers_max_limit: u32,
pub retrieve_following_max_limit: u32,
pub retrieve_feed_max_limit: u32,
}
#[derive(Serialize, Deserialize, Debug)]