-
Notifications
You must be signed in to change notification settings - Fork 9
mastodon_api_instance_extended_description
github-actions[bot] edited this page Jul 24, 2026
·
30 revisions
Modify the instance extended_description returned for /api/instance/extended_description requests.
add_filter( 'mastodon_api_instance_extended_description', function( $description ) {
return new Entity\Extended_Description();
} );-
Enable_Mastodon_Apps\null$extended_descriptionThe instance extended_description.
Enable_Mastodon_Apps\Entity\Extended_Description The extended description of this server.
apply_filters( 'mastodon_api_instance_extended_description', null )