1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-01-11 21:24:43 +00:00
friendica-github/include/profile_update.php

6 lines
114 B
PHP

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