- matrix-server-config now auto populates with first option
This commit is contained in:
2023-10-21 19:47:12 -06:00
parent 85de450a1a
commit fd605005d1
20 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
outputs:2,
defaults: {
name: { value: null },
server: { value: "", type: "matrix-server-config" },
server: { type: "matrix-server-config" },
roomId: { value: null },
reaction: { value: null }
},