summaryrefslogtreecommitdiffstats
path: root/lib/Interfaces/Object/FollowInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Interfaces/Object/FollowInterface.php')
-rw-r--r--lib/Interfaces/Object/FollowInterface.php15
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/Interfaces/Object/FollowInterface.php b/lib/Interfaces/Object/FollowInterface.php
index 6f45cf82..91609820 100644
--- a/lib/Interfaces/Object/FollowInterface.php
+++ b/lib/Interfaces/Object/FollowInterface.php
@@ -246,11 +246,26 @@ class FollowInterface 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 Follow $follow
*
* @throws ItemUnknownException