Add preference to hide following/followers lists (#7532)
* Add preference to hide following/followers lists - Public pages - ActivityPub collections (does not return pages but does give total) - REST API (unless it's your own) (does not federate) Fix #6901 * Add preference * Add delegation * Fix issue * Fix issue
This commit is contained in:
@ -8,9 +8,9 @@
|
||||
%span.single-user-login
|
||||
= link_to t('auth.login'), new_user_session_path
|
||||
—
|
||||
%span.domain= link_to site_hostname, about_path
|
||||
%span.footer__domain= link_to site_hostname, about_path
|
||||
- else
|
||||
%span.domain= link_to site_hostname, root_path
|
||||
%span.footer__domain= link_to site_hostname, root_path
|
||||
%span.powered-by
|
||||
!= t('generic.powered_by', link: link_to('Mastodon', 'https://joinmastodon.org'))
|
||||
|
||||
|
Reference in New Issue
Block a user