Skip to content

Commit

Permalink
[signal] bump user agent to overcome server verification
Browse files Browse the repository at this point in the history
  • Loading branch information
dalgwen committed Feb 6, 2024
1 parent 8216a87 commit 58aac42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public class SignalService {

private static final String SIGNAL_DIRECTORY = "signal";
private static final int MAX_BACKOFF_COUNTER = 9;
private static final String USER_AGENT = "Signal-Android/5.51.7 signal-cli";
private static final String USER_AGENT = "Signal-Android/6.46.0 signal-cli";
public static final String NOTE_TO_SELF = "SELF";
private static final ServiceEnvironment SERVICE_ENVIRONMENT = ServiceEnvironment.LIVE;

Expand Down

0 comments on commit 58aac42

Please sign in to comment.