Diff
Logged in as anonymous

Differences From Artifact [48255772dc]:

To Artifact [7b880bf97c]:


121
122
123
124
125
126
127


128
129
130
131
132
133
134
	pub tg: Client,
	pub me: Bot,
	pub db: Db,
	running: Arc<Mutex<HashSet<i32>>>,
	http_client: reqwest::Client,
}



pub struct Post {
	uri: String,
	title: String,
	authors: String,
	summary: String,
}








>
>







121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
	pub tg: Client,
	pub me: Bot,
	pub db: Db,
	running: Arc<Mutex<HashSet<i32>>>,
	http_client: reqwest::Client,
}

// XXX Right now that part is unfinished and I guess I need to finish menu first
#[allow(unused)]
pub struct Post {
	uri: String,
	title: String,
	authors: String,
	summary: String,
}