mirror of
https://github.com/friendica/friendica
synced 2025-04-26 07:50:15 +00:00
Move Notify::TYPE_POKE
This commit is contained in:
parent
bee110dc0b
commit
a78e19ea76
5 changed files with 5 additions and 4 deletions
|
@ -2137,7 +2137,7 @@ class DFRN
|
|||
// send a notification
|
||||
notification(
|
||||
[
|
||||
"type" => NOTIFY_POKE,
|
||||
"type" => Type::POKE,
|
||||
"notify_flags" => $importer["notify-flags"],
|
||||
"language" => $importer["language"],
|
||||
"to_name" => $importer["username"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue