Don't forget to lycansubscribe

fixed post validation

Changed files
+1 -1
app
+1 -1
app/post_downloader.rb
··· 86 return post 87 end 88 89 - Post.create!( 90 user: author, 91 rkey: rkey, 92 time: Time.parse(created),
··· 86 return post 87 end 88 89 + Post.create( 90 user: author, 91 rkey: rkey, 92 time: Time.parse(created),