Add fixme to prevent using mxisd DB as synapse identity store

This commit is contained in:
Maxime Dor
2017-10-30 16:42:00 +01:00
parent 19c1214e4a
commit 1461d8ef6c

View File

@@ -38,6 +38,8 @@ public class SynapseSqlProviderConfig extends SqlConfig {
@PostConstruct
public void build() {
super.build();
// FIXME check that the DB is not the mxisd one
// See https://matrix.to/#/!NPRUEisLjcaMtHIzDr:kamax.io/$1509377583327omXkC:kamax.io
}
}