Add fixme to prevent using mxisd DB as synapse identity store
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user