Changes after rebase

This commit is contained in:
Michael 2023-09-07 17:35:17 +00:00
parent 067d72ec85
commit b4e332ccdc
3 changed files with 10 additions and 7 deletions

View file

@ -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;