partial support (unfinished) for ajax loading cards with liveupdate; page still functions even though this isn't finished
This commit is contained in:
@@ -19,8 +19,7 @@ class Cards extends \Zotlabs\Web\Controller {
|
||||
|
||||
}
|
||||
|
||||
|
||||
function get() {
|
||||
function get($update = 0, $load = false) {
|
||||
|
||||
if(observer_prohibited(true)) {
|
||||
return login();
|
||||
@@ -173,7 +172,7 @@ class Cards extends \Zotlabs\Web\Controller {
|
||||
$items = [];
|
||||
}
|
||||
|
||||
$mode = 'channel';
|
||||
$mode = 'cards';
|
||||
|
||||
$content = conversation($items,$mode,false,'traditional');
|
||||
|
||||
|
Reference in New Issue
Block a user