aboutsummaryrefslogtreecommitdiff
path: root/src/tw/tweet.rs
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2017-10-02 02:33:05 -0700
committeriximeow <me@iximeow.net>2017-10-02 02:33:05 -0700
commitf272a41cf8c4a550e3a4352c478579974a5f4d91 (patch)
treeef6252e94e2bb0a2d3b7740ba42219485ce8186e /src/tw/tweet.rs
parent8114e1ae5dcca506e1687b17c846b75a3f0257a8 (diff)
support showing whole threads
Diffstat (limited to 'src/tw/tweet.rs')
-rw-r--r--src/tw/tweet.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tw/tweet.rs b/src/tw/tweet.rs
index aa272d6..72802ca 100644
--- a/src/tw/tweet.rs
+++ b/src/tw/tweet.rs
@@ -2,7 +2,7 @@ extern crate serde_json;
use tw::user::User;
-#[derive(Debug, Serialize, Deserialize)]
+#[derive(Debug, Serialize, Deserialize, Clone)]
pub struct Tweet {
pub id: String,
pub author_id: String,