Merge branch 'feature/5660_introduce_federation' into 'develop'

MESSENGER-5660 introduce federation

See merge request bwmessenger/bundesmessenger/bundesmessenger-ios!324
This commit is contained in:
Arnfried Griesert
2024-03-01 11:33:07 +00:00
24 changed files with 586 additions and 21 deletions
+4
View File
@@ -727,4 +727,8 @@ class BWIBuildSettings: NSObject {
// MARK: Profile picture hint
// (only when federation is enabled)
var showChangeProfilePictureHint = false
// MARK: Federation Introduction
// (only when federation is enabled in the client and well-known flag is set)
var showFederationIntroduction = false
}