The notifications parameters are now simplified

This commit is contained in:
Michael 2020-11-25 19:56:39 +00:00
commit 818c064c0a
17 changed files with 143 additions and 187 deletions

View file

@ -19,6 +19,8 @@
*
*/
use Friendica\Model\Notify;
return [
// Empty these tables
'cache',
@ -317,7 +319,7 @@ return [
'iid' => 4,
'seen' => 0,
'verb' => '',
'otype' => 'item',
'otype' => Notify\ObjectType::ITEM,
'name_cache' => 'Reply to',
'msg_cache' => 'A test reply from an item',
],