Explorar el Código

Use qvitter as the default UI

Bob Mottram hace 8 años
padre
commit
1c16dbfe85
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4
    0
      src/freedombone-app-gnusocial

+ 4
- 0
src/freedombone-app-gnusocial Ver fichero

@@ -1002,6 +1002,10 @@ function install_gnusocial {
1002 1002
 
1003 1003
     systemctl restart nginx
1004 1004
 
1005
+    # Set qvitter to be the default UI. It's probably the most stable.
1006
+    # And doesn't forget logins
1007
+    gnusocial_use_qvitter gnusocial
1008
+
1005 1009
     APP_INSTALLED=1
1006 1010
 }
1007 1011