Skip to content

Commit

Permalink
Enable voip except on finances homeserver
Browse files Browse the repository at this point in the history
  • Loading branch information
yostyle committed Jun 12, 2024
1 parent 7d73468 commit bcc8422
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
1 change: 1 addition & 0 deletions changelog.d/1064.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Activation des appels audio pour toutes les instances sauf finances.
2 changes: 1 addition & 1 deletion towncrier.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.towncrier]
version = "2.11.6"
version = "2.11.7"
directory = "changelog.d"
filename = "TCHAP_CHANGES.md"
name = "Changes in Tchap"
Expand Down
2 changes: 1 addition & 1 deletion vector-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ext.versionMinor = 11
// Note: even values are reserved for regular release, odd values for hotfix release.
// When creating a hotfix, you should decrease the value, since the current value
// is the value for the next regular release.
ext.versionPatch = 6
ext.versionPatch = 7

static def getGitTimestamp() {
def cmd = 'git show -s --format=%ct'
Expand Down
20 changes: 19 additions & 1 deletion vector-config/src/tchap/res/values/config-features.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,23 @@
<bool name="tchap_is_key_backup_enabled">true</bool>
<bool name="tchap_is_thread_enabled">false</bool>

<string-array name="tchap_is_voip_supported_homeservers" translatable="false" />
<string-array name="tchap_is_voip_supported_homeservers" translatable="false">
<item>agent.agriculture.tchap.gouv.fr</item>
<item>agent.culture.tchap.gouv.fr</item>
<item>agent.dev-durable.tchap.gouv.fr</item>
<item>agent.dinum.tchap.gouv.fr</item>
<item>agent.diplomatie.tchap.gouv.fr</item>
<item>agent.education.tchap.gouv.fr</item>
<item>agent.elysee.tchap.gouv.fr</item>
<!-- <item>agent.finances.tchap.gouv.fr</item>-->
<item>agent.interieur.tchap.gouv.fr</item>
<item>agent.intradef.tchap.gouv.fr</item>
<item>agent.justice.tchap.gouv.fr</item>
<item>agent.pm.tchap.gouv.fr</item>
<item>agent.social.tchap.gouv.fr</item>
<item>agent.ssi.tchap.gouv.fr</item>
<item>agent.tchap.gouv.fr</item>
<item>agent.collectivites.tchap.gouv.fr</item>
<item>agent.externe.tchap.gouv.fr</item>
</string-array>
</resources>

0 comments on commit bcc8422

Please sign in to comment.