Commit b5ddcafb authored by Ben Hayward's avatar Ben Hayward

Update attachment.ts

1 merge request!438[Sprint/InterestingIguana](bug): Throwing exception when max filesize reached
Pipeline #70191171 running with stages
......@@ -409,6 +409,7 @@ export class AttachmentService {
}
this.attachment.mime = 'video';
this.checkVideoDuration(file).then(duration => {
if (window.Minds.user.plus) {
window.Minds.max_video_length = window.Minds.max_video_length * 2; // Hacky
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment