mirror of
https://github.com/friendica/friendica
synced 2025-04-26 22:30:18 +00:00
Merge remote-tracking branch 'upstream/develop' into ap1
This commit is contained in:
commit
834422d52f
25 changed files with 280 additions and 141 deletions
|
@ -1936,6 +1936,7 @@ class Item extends BaseObject
|
|||
} else {
|
||||
// This shouldn't happen.
|
||||
logger('Could not insert activity for URI ' . $item['uri'] . ' - should not happen');
|
||||
Lock::release('item_insert_activity');
|
||||
return false;
|
||||
}
|
||||
if ($locked) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue