mirror of
https://github.com/friendica/friendica
synced 2025-04-26 16:30:12 +00:00
Improvements:
- Fix API-select - Introduce OTYPE-constants - Rename `IntroductionFactory` methods
This commit is contained in:
parent
74f3a2f90c
commit
b85511b00d
5 changed files with 14 additions and 8 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue