Support server-determined build expiration
This commit is contained in:
parent
a04f9a0e51
commit
d87335f5a6
14 changed files with 147 additions and 28 deletions
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}`;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue