client/posts: control over video loops on upload

Also loop videos by default
This commit is contained in:
rr-
2016-11-11 22:35:58 +01:00
parent 20a5a58734
commit 143a015473
4 changed files with 52 additions and 25 deletions

View File

@ -51,6 +51,7 @@ class PostUploadController {
return promise.then(() => {
let post = new Post();
post.safety = uploadable.safety;
post.flags = uploadable.flags;
if (uploadable.url) {
post.newContentUrl = uploadable.url;
} else {