. * */ namespace Friendica\Content\Conversation\Entity; final class Community extends Timeline { const LOCAL = 'local'; const GLOBAL = 'global'; }