mirror of
https://github.com/friendica/friendica
synced 2025-04-26 19:50:10 +00:00
Changes after rebase
This commit is contained in:
parent
067d72ec85
commit
b4e332ccdc
3 changed files with 10 additions and 7 deletions
|
@ -29,13 +29,14 @@ namespace Friendica\Content\Conversation\Entity;
|
|||
*/
|
||||
final class Channel extends \Friendica\BaseEntity
|
||||
{
|
||||
const WHATSHOT = 'whatshot';
|
||||
const FORYOU = 'foryou';
|
||||
const FOLLOWERS = 'followers';
|
||||
const IMAGE = 'image';
|
||||
const VIDEO = 'video';
|
||||
const AUDIO = 'audio';
|
||||
const LANGUAGE = 'language';
|
||||
const WHATSHOT = 'whatshot';
|
||||
const FORYOU = 'foryou';
|
||||
const FOLLOWERS = 'followers';
|
||||
const SHARERSOFSHARERS = 'sharersofsharers';
|
||||
const IMAGE = 'image';
|
||||
const VIDEO = 'video';
|
||||
const AUDIO = 'audio';
|
||||
const LANGUAGE = 'language';
|
||||
|
||||
/** @var string */
|
||||
protected $code;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue