MESSENGER-6069 update feature link and add dev information

This commit is contained in:
JanNiklas Grabowski
2024-05-08 11:55:05 +02:00
parent 7772bdd57f
commit e2ca5c938e
2 changed files with 2 additions and 1 deletions

View File

@@ -219,7 +219,7 @@ class BWIBuildSettings: NSObject {
var showMentionsInRoom = true
// replace feature history link variable with the appropiate build setting
var bwiFeatureHistoryLink = "https://messenger.bwi.de/bwmessenger#c6110"
var bwiFeatureHistoryLink = "https://messenger.bwi.de/bwmessenger#c7385"
var bwiReplaceFeatureLink = true
// feature history file path

View File

@@ -23,6 +23,7 @@ fileprivate let availableAccountDataTypes: [String] = [
"de.bwi.notification_times",
"de.bwi.top_banner_features",
"de.bwi.notifications",
"de.bwi.analytics",
"im.vector.setting.integration_provisioning",
"im.vector.setting.allowed_widgets"
]