mirror of
https://github.com/friendica/friendica
synced 2025-05-24 09:04:12 +02:00
Store "View" activity from Peertube
This commit is contained in:
parent
a5a5a4b603
commit
dcbca0c6a3
3 changed files with 20 additions and 3 deletions
|
@ -144,12 +144,19 @@ final class ActivityNamespace
|
|||
* @var string
|
||||
*/
|
||||
const ATOM1 = 'http://www.w3.org/2005/Atom';
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
const MASTODON = 'http://mastodon.social/schema/1.0';
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
const LITEPUB = 'http://litepub.social';
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
const PEERTUBE = 'https://joinpeertube.org';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue