mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Support server-determined build expiration
This commit is contained in:
committed by
Scott Nonnenberg
parent
a04f9a0e51
commit
d87335f5a6
3
ts/util/getUserAgent.ts
Normal file
3
ts/util/getUserAgent.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export function getUserAgent(appVersion: string): string {
|
||||
return `Signal-Desktop/${appVersion}`;
|
||||
}
|
||||
Reference in New Issue
Block a user