Skip to content

Commit

Permalink
Merge pull request #89 from tchapgouv/fix/remove-presence-information
Browse files Browse the repository at this point in the history
Fix grey member because of presence
  • Loading branch information
estellecomment authored Jul 12, 2022
2 parents dcec3fe + 260cb5c commit 9137251
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 8 deletions.
5 changes: 3 additions & 2 deletions config.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@
]
},
"enable_presence_by_hs_url": {
"https://matrix.org": false,
"https://matrix-client.matrix.org": false
"https://matrix.agent1.tchap.incubateur.net": false,
"https://matrix.agent2.tchap.incubateur.net": false,
"https://matrix.externe.tchap.incubateur.net": false
},
"settingDefaults": {
"breadcrumbs": true,
Expand Down
4 changes: 2 additions & 2 deletions config.preprod.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
]
},
"enable_presence_by_hs_url": {
"https://matrix.org": false,
"https://matrix-client.matrix.org": false
"https://matrix.i.tchap.gouv.fr": false,
"https://matrix.e.tchap.gouv.fr": false
},
"settingDefaults": {
"breadcrumbs": true,
Expand Down
18 changes: 16 additions & 2 deletions config.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,22 @@
]
},
"enable_presence_by_hs_url": {
"https://matrix.org": false,
"https://matrix-client.matrix.org": false
"https://agent.tchap.gouv.fr": false,
"https://agent.agriculture.tchap.gouv.fr": false,
"https://agent.culture.tchap.gouv.fr": false,
"https://agent.dev-durable.tchap.gouv.fr": false,
"https://agent.diplomatie.tchap.gouv.fr": false,
"https://agent.dinum.tchap.gouv.fr": false,
"https://agent.education.tchap.gouv.fr": false,
"https://agent.elysee.tchap.gouv.fr": false,
"https://agent.externe.tchap.gouv.fr": false,
"https://agent.finances.tchap.gouv.fr": false,
"https://agent.interieur.tchap.gouv.fr": false,
"https://agent.intradef.tchap.gouv.fr": false,
"https://agent.justice.tchap.gouv.fr": false,
"https://agent.pm.tchap.gouv.fr": false,
"https://agent.social.tchap.gouv.fr": false,
"https://agent.ssi.tchap.gouv.fr": false
},
"settingDefaults": {
"breadcrumbs": true,
Expand Down
4 changes: 2 additions & 2 deletions config.sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
]
},
"enable_presence_by_hs_url": {
"https://matrix.org": false,
"https://matrix-client.matrix.org": false
"https://matrix.i.tchap.gouv.fr": false,
"https://matrix.e.tchap.gouv.fr": false
},
"setting_defaults": {
"breadcrumbs": true,
Expand Down

0 comments on commit 9137251

Please sign in to comment.