Add new admin debug module for ActivityPub

This commit is contained in:
Hypolite Petovan 2020-07-20 00:39:17 -04:00
parent c26cc5b75e
commit 0a71495fa4
4 changed files with 170 additions and 0 deletions

View file

@ -121,6 +121,7 @@ abstract class BaseAdmin extends BaseModule
'webfinger' => ['webfinger' , DI::l10n()->t('check webfinger') , 'webfinger'],
'itemsource' => ['admin/item/source' , DI::l10n()->t('Item Source') , 'itemsource'],
'babel' => ['babel' , DI::l10n()->t('Babel') , 'babel'],
'debug/ap' => ['debug/ap' , DI::l10n()->t('ActivityPub Conversion') , 'debug/ap'],
]],
];