/swish/lib/plugin/notify.pl
All Application Manual Name SummaryHelp

  • lib
    • plugin
      • login.pl -- SWISH login support
      • es_swish.pl -- SWISH integration of Elastic Search
      • elastic.pl -- Core Elastic search interface
      • email.pl -- Email plugin for SWISH
      • hdt.pl -- Access RDF through HDTs
      • notify.pl -- SWISH notifications
        • follow/3
        • notify/2
      • profile.pl -- User profile configuration
 notify(+DocID, +Action) is det
Action has been executed on DocID. Notify all interested users. Actions that may be notified:
updated(Commit)
Gitty file was updated
deleted(Commit)
Gitty file was deleted
forked(OldCommit, Commit)
Gitty file was forked
created(Commit)
A new gitty file was created
chat(Message)
A chat message was sent. Message is the JSON content as a dict. Message contains a docid key.