nitter: mobile links and config enhancements #1159

Merged
tobiasd merged 3 commits from 20210818-nitter into develop 2021-08-19 10:34:52 +02:00
Showing only changes of commit 81fce72efe - Show all commits

View file

@ -38,6 +38,9 @@ function nitter_install()
function nitter_addon_admin_post(App $a)
{
$nitterserver = trim($_POST['nitterserver']);
if ((substr($apiurl, -1) == '/')) {
$apiurl = substr($apiurl, 0, -1);
}
DI::config()->set('nitter', 'server', $nitterserver);
}