mirror of
https://github.com/friendica/friendica
synced 2025-04-25 21:50:12 +00:00
Move Notify::TYPE_SUGGEST
This commit is contained in:
parent
9435cc4b88
commit
88dc3efdc9
5 changed files with 6 additions and 4 deletions
|
@ -25,6 +25,7 @@ use Friendica\Model\Event;
|
|||
use Friendica\Model\GContact;
|
||||
use Friendica\Model\Item;
|
||||
use Friendica\Model\Mail;
|
||||
use Friendica\Model\Notify\Type;
|
||||
use Friendica\Model\PermissionSet;
|
||||
use Friendica\Model\Profile;
|
||||
use Friendica\Model\User;
|
||||
|
@ -1892,7 +1893,7 @@ class DFRN
|
|||
|
||||
notification(
|
||||
[
|
||||
'type' => NOTIFY_SUGGEST,
|
||||
'type' => Type::SUGGEST,
|
||||
'notify_flags' => $importer['notify-flags'],
|
||||
'language' => $importer['language'],
|
||||
'to_name' => $importer['username'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue