diff --git a/src/freedombone-app-gnusocial b/src/freedombone-app-gnusocial index d8913a24..bee0f5e9 100755 --- a/src/freedombone-app-gnusocial +++ b/src/freedombone-app-gnusocial @@ -1002,6 +1002,10 @@ function install_gnusocial { systemctl restart nginx + # Set qvitter to be the default UI. It's probably the most stable. + # And doesn't forget logins + gnusocial_use_qvitter gnusocial + APP_INSTALLED=1 }