Store "View" activity from Peertube

This commit is contained in:
Michael 2022-04-05 07:48:38 +00:00
parent a5a5a4b603
commit dcbca0c6a3
3 changed files with 20 additions and 3 deletions

View file

@ -183,6 +183,13 @@ final class Activity
*/
const EMOJIREACT = ActivityNamespace::LITEPUB . '/emojireact';
/**
* View notification from Peertube
*
* @var string
*/
const VIEW = ActivityNamespace::PEERTUBE . '/view';
/**
* likes (etc.) can apply to other things besides posts. Check if they are post children,
* in which case we handle them specially
@ -195,6 +202,7 @@ final class Activity
self::FOLLOW,
self::ANNOUNCE,
self::EMOJIREACT,
self::VIEW,
];
/**