summaryrefslogtreecommitdiffstats
path: root/lib/Interfaces/Activity/RejectInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Interfaces/Activity/RejectInterface.php')
-rw-r--r--lib/Interfaces/Activity/RejectInterface.php16
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/Interfaces/Activity/RejectInterface.php b/lib/Interfaces/Activity/RejectInterface.php
index be46e6d3..6f21ba1a 100644
--- a/lib/Interfaces/Activity/RejectInterface.php
+++ b/lib/Interfaces/Activity/RejectInterface.php
@@ -101,9 +101,25 @@ class RejectInterface 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