possible fix for https://zothub.de/display/2d4996dd629504851d
This commit is contained in:
parent
2b3b5d2c8a
commit
9b42bc860d
@ -4507,7 +4507,7 @@ function fix_attached_file_permissions($channel,$observer_hash,$body,
|
||||
|
||||
function item_create_edit_activity($post) {
|
||||
|
||||
if((! $post) || (! $post['item']))
|
||||
if((! $post) || (! $post['item']) || ($post['item']['item_type'] == ITEM_TYPE_WEBPAGE))
|
||||
return;
|
||||
|
||||
$update_item = $post['item'];
|
||||
@ -4574,4 +4574,4 @@ function item_create_edit_activity($post) {
|
||||
|
||||
\Zotlabs\Daemon\Master::Summon(array('Notifier', 'edit_activity', $post_id));
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user