X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FProtocol%2FActivity.php;h=e75b1cf507213b00919be6f7560f5a30453da15f;hb=065d73f860e40e5e3c0646a39edd30997d34f72e;hp=637669a61e8bc7acd3744db6f87c224d0e954687;hpb=aa2a32d16f20ee71dfcf7ec0f999b8b3f636ad81;p=friendica.git diff --git a/src/Protocol/Activity.php b/src/Protocol/Activity.php index 637669a61e..e75b1cf507 100644 --- a/src/Protocol/Activity.php +++ b/src/Protocol/Activity.php @@ -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, ]; /**