friendica/include/profile_update.php

7 lines
114 B
PHP

<?php
require_once('include/diaspora.php');
function profile_change() {
diaspora::send_profile(local_user());
}