Add `max_toot_chars` to the Instance model

Closes #22
pull/1/head
Paul Woolcock 7 年前
父節點 0913926702
當前提交 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.

載入中…
取消
儲存