summaryrefslogtreecommitdiffstats
path: root/lib/Interfaces/Activity/UpdateInterface.php
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2019-06-20 22:59:40 -0100
committerMaxence Lange <maxence@artificial-owl.com>2019-06-20 22:59:40 -0100
commita1221cacf6dc9dbdffc1929f361e9c2e942c049d (patch)
tree51977745153fb5ba074d01773e47c219d11dfeec /lib/Interfaces/Activity/UpdateInterface.php
parent74a2f80209733543c48035184c2321158a0e2da3 (diff)
new announce system
Signed-off-by: Maxence Lange <maxence@artificial-owl.com> gotActor->hasActor Signed-off-by: Maxence Lange <maxence@artificial-owl.com> cleaning Signed-off-by: Maxence Lange <maxence@artificial-owl.com> retrieve Person if missing Signed-off-by: Maxence Lange <maxence@artificial-owl.com> fix async Signed-off-by: Maxence Lange <maxence@artificial-owl.com> avoid async duplicate Signed-off-by: Maxence Lange <maxence@artificial-owl.com> fixing Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'lib/Interfaces/Activity/UpdateInterface.php')
-rw-r--r--lib/Interfaces/Activity/UpdateInterface.php16
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/Interfaces/Activity/UpdateInterface.php b/lib/Interfaces/Activity/UpdateInterface.php
index 3be2c255..465a6968 100644
--- a/lib/Interfaces/Activity/UpdateInterface.php
+++ b/lib/Interfaces/Activity/UpdateInterface.php
@@ -101,9 +101,25 @@ class UpdateInterface implements IActivityPubInterface {
/**
* @param ACore $item
*/
+ public function update(ACore $item) {
+ }
+
+
+ /**
+ * @param ACore $item
+ */
public function delete(ACore $item) {
}
+
+ /**
+ * @param ACore $item
+ * @param string $source
+ */
+ public function event(ACore $item, string $source) {
+ }
+
+
/**
* @param ACore $activity
* @param ACore $item