Move Notify::TYPE_POKE

This commit is contained in:
nupplaPhil
2020-02-04 22:15:33 +01:00
parent bee110dc0b
commit a78e19ea76
5 changed files with 5 additions and 4 deletions
+2
View File
@@ -29,4 +29,6 @@ class Type
* @deprecated
*/
const TAG_SHARE = 256;
/** @var int Notification about getting poked/prodded/etc. */
const POKE = 512;
}
+1 -1
View File
@@ -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"],