You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Eliminates the relay mode field and its rendering logic from the advanced settings. This simplifies the settings interface and removes the option to enable relay mode via the admin panel.
<?php\esc_html_e( 'Enable relay mode to forward public activities to all followers.', 'activitypub' ); ?>
244
-
</label>
245
-
</p>
246
-
<p class="description">
247
-
<?php\esc_html_e( '⚠ When enabled, this site will act as an ActivityPub relay, automatically forwarding all public activities it receives to all followers. This will:', 'activitypub' ); ?>
<li><?php\esc_html_e( 'Switch to blog-only mode (individual author federation will be disabled)', 'activitypub' ); ?></li>
251
-
<li><?php\esc_html_e( 'Change the blog username to "relay"', 'activitypub' ); ?></li>
252
-
<li><?php\esc_html_e( 'Change the blog actor type to "Service"', 'activitypub' ); ?></li>
253
-
<li><?php\esc_html_e( 'Significantly increase server resources usage', 'activitypub' ); ?></li>
254
-
<li><?php\esc_html_e( 'Forward all public activities received from followers to all other followers', 'activitypub' ); ?></li>
255
-
</ul>
256
-
<p class="description">
257
-
<?php\esc_html_e( 'Domain blocklist and other moderation settings will still apply. Only enable this if you understand the implications and have adequate server resources.', 'activitypub' ); ?>
0 commit comments