Skip to main content

on_create

Function on_create 

Source
pub async fn on_create(app: App, context: HookContext) -> ClResult<HookResult>
Expand description

REACT on_create hook - Handle local reaction creation

Updates the subject action’s reaction count:

  • Non-DEL subtypes (LIKE, LOVE, etc.): increment by 1
  • DEL subtype: decrement by 1