logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 303bfa6e39383ddddd988e08cde2327e1908ac1f
parent 90427921336879bd7b5df742a7af41d85dceeee4
Author: HJ <30-hj@users.noreply.git.pleroma.social>
Date:   Mon, 29 Jan 2024 22:54:10 +0000

Revert "Merge branch 'video-poster' into 'develop'"

This reverts merge request !1879

Diffstat:

Dchangelog.d/video-poster.fix1-
Msrc/components/video_attachment/video_attachment.vue2+-
2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/changelog.d/video-poster.fix b/changelog.d/video-poster.fix @@ -1 +0,0 @@ -Video posters on Safari diff --git a/src/components/video_attachment/video_attachment.vue b/src/components/video_attachment/video_attachment.vue @@ -2,7 +2,7 @@ <video class="video" preload="metadata" - :src="attachment.url + '#t=0.5'" + :src="attachment.url" :loop="loopVideo" :controls="controls" :alt="attachment.description"