1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-03-09 17:08:26 +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());
}