mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-17 04:15:15 +02:00
The repair option is added to the settings
This commit is contained in:
parent
635e92249a
commit
3cccb5ecb1
2 changed files with 9 additions and 3 deletions
|
@ -770,6 +770,8 @@ function settings_content(&$a) {
|
|||
$settings_connectors .= '<span class="field_help">'.t('If you receive a message from an unknown OStatus user, this option decides what to do. If it is checked, a new contact will be created for every unknown user.').'</span>';
|
||||
$settings_connectors .= '</div>';
|
||||
|
||||
$settings_connectors .= '<p><a href="'.$a->get_baseurl().'/repair_ostatus">'.t("Repair OStatus subscriptions").'</a></p>';
|
||||
|
||||
/*
|
||||
// Deactivated by now - it doesn't seem to work reliable
|
||||
$legacy_contact = get_pconfig(local_user(), 'system', 'ostatus_legacy_contact');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue