mirror of
https://github.com/friendica/friendica
synced 2025-04-26 19:50:10 +00:00
Store "View" activity from Peertube
This commit is contained in:
parent
a5a5a4b603
commit
dcbca0c6a3
3 changed files with 20 additions and 3 deletions
|
@ -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,
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue