mirror of
https://github.com/friendica/friendica
synced 2024-11-10 07:02:54 +00:00
6 lines
114 B
PHP
6 lines
114 B
PHP
<?php
|
|
require_once('include/diaspora.php');
|
|
|
|
function profile_change() {
|
|
diaspora::send_profile(local_user());
|
|
}
|