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:
parent
daf7e6224f
commit
fddd974412
|
@ -68,8 +68,8 @@ public abstract class AbstractGenerator {
|
||||||
return this.mVersion;
|
return this.mVersion;
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getIdentityName() {
|
String getIdentityName() {
|
||||||
return mXmppConnectionService.getString(R.string.app_name) + ' ' + getIdentityVersion();
|
return mXmppConnectionService.getString(R.string.app_name);
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getUserAgent() {
|
public String getUserAgent() {
|
||||||
|
|
Loading…
Reference in New Issue