start implementing zot-id

This commit is contained in:
friendica
2012-11-08 19:07:19 -08:00
parent f66a3d26be
commit 22841e1566
15 changed files with 73 additions and 61 deletions

View File

@@ -222,6 +222,9 @@ function change_channel($change_channel) {
dbesc($hash)
);
if($x) {
$_SESSION['my_url'] = $x[0]['xchan_url'];
$_SESSION['my_address'] = $x[0]['xchan_addr'];
get_app()->set_observer($x[0]);
get_app()->set_perms(get_all_perms(local_user(),$hash));
}