@@ -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
}