From: Michael <heluecht@pirati.ca>
Date: Sat, 16 Jan 2021 07:21:02 +0000 (+0000)
Subject: No causer in threads
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bd91bb21b92bd95e12fe5d77de58739dbb9785fa;p=friendica.git

No causer in threads
---

diff --git a/tests/datasets/api.fixture.php b/tests/datasets/api.fixture.php
index fcd1e6a6bb..93b896ebf2 100644
--- a/tests/datasets/api.fixture.php
+++ b/tests/datasets/api.fixture.php
@@ -338,7 +338,6 @@ return [
 			'contact-id' => 42,
 			'author-id'  => 42,
 			'owner-id'   => 42,
-			'causer-id'  => 42,
 			'uid'        => 42,
 			'wall'       => 1,
 		],
@@ -349,7 +348,6 @@ return [
 			'contact-id' => 43,
 			'author-id'  => 43,
 			'owner-id'   => 43,
-			'causer-id'  => 43,
 			'uid'        => 0,
 			'wall'       => 1,
 		],
@@ -360,7 +358,6 @@ return [
 			'contact-id' => 44,
 			'author-id'  => 44,
 			'owner-id'   => 44,
-			'causer-id'  => 44,
 			'uid'        => 0,
 			'wall'       => 1,
 		],