Skip to content

Add ITEM_TYPE_CUSTOM and hooks for processing custom item types

M. Dent requested to merge dentm42/core:custom-item-types into dev

Add ITEM_TYPE_CUSTOM = 9

Also adds hooks:
item_custom (process custom item types - fires before storage) item_stored (fires after item is stored in db) item_stored_update (fires after updated item is stored in db)

cxref: https://zot.social/channel/dm42/?f=&mid=704d7bff93d120b96cd15a8f46abeb54ccc705323f8da827e7a3fef7a2056af5@zot.social

Merge request reports