do not put version info into disco

This will reduce traffic by limiting the variety of different caps version hashes.
It might also improve privacy by not leaking fdroid vs playstore vs self build information
This commit is contained in:
Daniel Gultsch 2019-08-18 13:03:43 +02:00
parent daf7e6224f
commit fddd974412
1 changed files with 2 additions and 2 deletions

View File

@ -68,8 +68,8 @@ public abstract class AbstractGenerator {
return this.mVersion;
}
public String getIdentityName() {
return mXmppConnectionService.getString(R.string.app_name) + ' ' + getIdentityVersion();
String getIdentityName() {
return mXmppConnectionService.getString(R.string.app_name);
}
public String getUserAgent() {