1
0
Fork 0
mirror of https://git.friendi.ca/friendica/friendica.git synced 2025-07-09 14:08:50 +00:00
friendica/include/profile_update.php

6 lines
114 B
PHP

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