Browse Source

Use qvitter as the default UI

Bob Mottram 8 years ago
parent
commit
1c16dbfe85
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      src/freedombone-app-gnusocial

+ 4
- 0
src/freedombone-app-gnusocial View File

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