From: Michael Date: Wed, 15 Apr 2020 05:31:26 +0000 (+0000) Subject: Merge branch 'item-select' of github.com:annando/friendica into item-select X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2b41229a6ab8641e27c31326320d35079c3db2f4;p=friendica.git Merge branch 'item-select' of github.com:annando/friendica into item-select --- 2b41229a6ab8641e27c31326320d35079c3db2f4 diff --cc src/Model/Item.php index 5d21cbc790,b825170c0f..60539e6036 --- a/src/Model/Item.php +++ b/src/Model/Item.php @@@ -712,7 -712,7 +712,8 @@@ class Ite 'ignore' => 'event-ignore', 'id' => 'event-id']; $fields['diaspora-interaction'] = ['interaction', 'interaction' => 'signed_text']; - + ++ return $fields; }