macke mod chanview aware of zot6

This commit is contained in:
Mario Vavti 2019-01-24 18:06:27 +01:00
parent ca9c29e2b6
commit 32acf9cb72

View File

@ -106,7 +106,7 @@ class Chanview extends \Zotlabs\Web\Controller {
if (\App::$poi) {
$url = \App::$poi['xchan_url'];
if(\App::$poi['xchan_network'] === 'zot') {
if(in_array(\App::$poi['xchan_network'], ['zot', 'zot6'])) {
$is_zot = true;
}
if(local_channel()) {