mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
Update user agent (#1023)
Recent changes from Signal caused DeprecatedVersionException to occur. Changing the user agent debugged the receiving (sending still erroring)
This commit is contained in:
parent
9d821fb892
commit
d9472ec19c
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ public class BaseConfig {
|
|||
public final static String PROJECT_NAME = BaseConfig.class.getPackage().getImplementationTitle();
|
||||
public final static String PROJECT_VERSION = BaseConfig.class.getPackage().getImplementationVersion();
|
||||
|
||||
final static String USER_AGENT_SIGNAL_ANDROID = "Signal-Android/5.22.3";
|
||||
final static String USER_AGENT_SIGNAL_ANDROID = "Signal-Android/5.51.7";
|
||||
final static String USER_AGENT_SIGNAL_CLI = PROJECT_NAME == null
|
||||
? "signal-cli"
|
||||
: PROJECT_NAME + "/" + PROJECT_VERSION;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue