macke mod chanview aware of zot6
This commit is contained in:
parent
ca9c29e2b6
commit
32acf9cb72
@ -106,7 +106,7 @@ class Chanview extends \Zotlabs\Web\Controller {
|
|||||||
|
|
||||||
if (\App::$poi) {
|
if (\App::$poi) {
|
||||||
$url = \App::$poi['xchan_url'];
|
$url = \App::$poi['xchan_url'];
|
||||||
if(\App::$poi['xchan_network'] === 'zot') {
|
if(in_array(\App::$poi['xchan_network'], ['zot', 'zot6'])) {
|
||||||
$is_zot = true;
|
$is_zot = true;
|
||||||
}
|
}
|
||||||
if(local_channel()) {
|
if(local_channel()) {
|
||||||
|
Reference in New Issue
Block a user