mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 23:07:39 +02:00
[ticket/16863] Support playing video attachments
PHPBB3-16863
This commit is contained in:
@@ -1323,7 +1323,7 @@ function parse_attachments($forum_id, &$message, &$attachments, &$update_count_a
|
|||||||
$update_count_ary[] = $attachment['attach_id'];
|
$update_count_ary[] = $attachment['attach_id'];
|
||||||
break;
|
break;
|
||||||
|
|
||||||
// Audio files
|
// Video files
|
||||||
case ATTACHMENT_CATEGORY_VIDEO:
|
case ATTACHMENT_CATEGORY_VIDEO:
|
||||||
$block_array += [
|
$block_array += [
|
||||||
'S_VIDEO_FILE' => true,
|
'S_VIDEO_FILE' => true,
|
||||||
|
Reference in New Issue
Block a user