mirror of
https://github.com/friendica/friendica
synced 2025-12-07 07:57:35 +01:00
live update
This commit is contained in:
parent
1db8ab907b
commit
a93f5627c1
3 changed files with 43 additions and 0 deletions
|
|
@ -117,6 +117,9 @@ function profile_content(&$a) {
|
|||
));
|
||||
}
|
||||
|
||||
if($tab == 'posts' && (! $a->pager['start']))
|
||||
$o .= '<div id="live-profile"></div>' . "\r\n";
|
||||
|
||||
|
||||
// TODO alter registration and settings and profile to update contact table when names and photos change.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue