issue #843
This commit is contained in:
parent
78b8754856
commit
2b2fa5a973
@ -65,10 +65,10 @@ function z_mime_content_type($filename) {
|
|||||||
'mov' => 'video/quicktime',
|
'mov' => 'video/quicktime',
|
||||||
'ogg' => 'application/ogg',
|
'ogg' => 'application/ogg',
|
||||||
'opus' => 'audio/ogg',
|
'opus' => 'audio/ogg',
|
||||||
'webm' => 'audio/webm',
|
|
||||||
'webm' => 'video/webm',
|
'webm' => 'video/webm',
|
||||||
'mp4' => 'audio/mp4',
|
// 'webm' => 'audio/webm',
|
||||||
'mp4' => 'video/mp4',
|
'mp4' => 'video/mp4',
|
||||||
|
// 'mp4' => 'audio/mp4',
|
||||||
|
|
||||||
// adobe
|
// adobe
|
||||||
'pdf' => 'application/pdf',
|
'pdf' => 'application/pdf',
|
||||||
|
@ -2720,6 +2720,9 @@ function tag_deliver($uid,$item_id) {
|
|||||||
if($obj['id'] !== $u[0]['channel_hash'])
|
if($obj['id'] !== $u[0]['channel_hash'])
|
||||||
$poke_notify = false;
|
$poke_notify = false;
|
||||||
}
|
}
|
||||||
|
if($item['item_restrict'] & ITEM_DELETED)
|
||||||
|
$poke_notify = false;
|
||||||
|
|
||||||
|
|
||||||
$verb = urldecode(substr($item['verb'],strpos($item['verb'],'#')+1));
|
$verb = urldecode(substr($item['verb'],strpos($item['verb'],'#')+1));
|
||||||
if($poke_notify) {
|
if($poke_notify) {
|
||||||
|
Reference in New Issue
Block a user