trigger change with new public item

This commit is contained in:
j 2019-01-19 17:12:01 +05:30
parent 9344b84d86
commit e0afda357a
1 changed files with 1 additions and 0 deletions

View File

@ -86,5 +86,6 @@ def api_upload(user_id, items):
if l:
logger.debug('%s added items to public folder: %s', user_id, items)
l.add_items(items)
trigger_event('change', {})
return True
return False