瀏覽代碼

Use qvitter as the default UI

Bob Mottram 8 年之前
父節點
當前提交
1c16dbfe85
共有 1 個檔案被更改,包括 4 行新增0 行删除
  1. 4
    0
      src/freedombone-app-gnusocial

+ 4
- 0
src/freedombone-app-gnusocial 查看文件

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