Add the possibility to save an article as draft

This commit is contained in:
Bat
2018-09-10 19:38:19 +01:00
parent fcdd3d4c1a
commit 8879935925
7 changed files with 56 additions and 18 deletions
+1
View File
@@ -3,6 +3,7 @@
extern crate activitypub;
extern crate atom_syndication;
extern crate chrono;
extern crate colored;
extern crate diesel;
extern crate dotenv;