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

+ 1
- 2
src/freedombone-app-matrix 查看文件

@@ -112,7 +112,7 @@ function remove_user_matrix {
112 112
 
113 113
     ${PROJECT_NAME}-pass -u $remove_username --rmapp matrix
114 114
 
115
-    # TODO
115
+    # TODO: There is no user removal script within synapse
116 116
 }
117 117
 
118 118
 function add_user_matrix {
@@ -127,7 +127,6 @@ function add_user_matrix {
127 127
 }
128 128
 
129 129
 function install_interactive_matrix {
130
-    echo -n ''
131 130
     APP_INSTALLED=1
132 131
 }
133 132