diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-12-09 18:30:30 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-12-09 18:30:30 -0800 |
commit | 72edc9cd6cc066015e35ec32b4f77a08b764558b (patch) | |
tree | 15630d2833a963499ad79a8909aa00061b88bba9 /include/notifier.php | |
parent | 93123e1fa8be154aa59b51b6022756b294ed452f (diff) | |
download | volse-hubzilla-72edc9cd6cc066015e35ec32b4f77a08b764558b.tar.gz volse-hubzilla-72edc9cd6cc066015e35ec32b4f77a08b764558b.tar.bz2 volse-hubzilla-72edc9cd6cc066015e35ec32b4f77a08b764558b.zip |
start working on the singleton setting
Diffstat (limited to 'include/notifier.php')
-rw-r--r-- | include/notifier.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/notifier.php b/include/notifier.php index b7830285a..66b6160e4 100644 --- a/include/notifier.php +++ b/include/notifier.php @@ -57,6 +57,8 @@ require_once('include/html2plain.php'); * purge_all channel_id * expire channel_id * relay item_id (item was relayed to owner, we will deliver it as owner) + * single_activity item_id (deliver to a singleton network from the appropriate clone) + * single_mail mail_id (deliver to a singleton network from the appropriate clone) * location channel_id * request channel_id xchan_hash message_id * rating xlink_id |