mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
Merge pull request #37 from element-hq/t3chguy/allow-extending-synapse-testcontainer
This commit is contained in:
commit
1c8d368cfe
@ -188,8 +188,8 @@ export type SynapseConfig = typeof DEFAULT_CONFIG;
|
||||
* Waits for HTTP /health 8008 to 200.
|
||||
*/
|
||||
export class SynapseContainer extends GenericContainer implements HomeserverContainer<SynapseConfig> {
|
||||
private config: SynapseConfig;
|
||||
private mas?: StartedMatrixAuthenticationServiceContainer;
|
||||
protected config: SynapseConfig;
|
||||
protected mas?: StartedMatrixAuthenticationServiceContainer;
|
||||
|
||||
public constructor(image = "ghcr.io/element-hq/synapse:develop") {
|
||||
super(image);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user