Add max_toot_chars to the Instance model

Closes #22
This commit is contained in:
Paul Woolcock
2018-08-27 07:31:36 -04:00
parent 0913926702
commit 6cee086d79
+2
View File
@@ -25,6 +25,8 @@ pub struct Instance {
pub languages: Option<Vec<String>>,
/// Contact account for the server.
pub contact_account: Option<Account>,
/// The maximum number of characters allowed in a status
pub max_toot_chars: Option<u32>,
}
/// Object containing url for streaming api.