The notifications parameters are now simplified
This commit is contained in:
parent
32f70abf9a
commit
818c064c0a
17 changed files with 143 additions and 187 deletions
|
@ -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',
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue