Add `max_toot_chars` to the Instance model

Closes #22
master
Paul Woolcock 6 years ago
parent 0913926702
commit 6cee086d79
  1. 2
      src/entities/instance.rs

@ -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.

Loading…
Cancel
Save