]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Notification.php
Improvements:
[friendica.git] / src / Model / Notification.php
index 254aaf5f6bad125014347e99ce41b9d981a07a21..75fb95829f010d36720b29746dd5baa465e25bac 100644 (file)
@@ -44,6 +44,11 @@ use Psr\Log\LoggerInterface;
  */
 class Notification extends BaseModel
 {
+       const OTYPE_ITEM   = 'item';
+       const OTYPE_INTRO  = 'intro';
+       const OTYPE_MAIL   = 'mail';
+       const OTYPE_PERSON = 'person';
+
        /** @var \Friendica\Repository\Notification */
        private $repo;