mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-26 13:20:48 +00:00
Rename files
This commit is contained in:
10
ts/util/callLinkRootKeyToUrl.std.ts
Normal file
10
ts/util/callLinkRootKeyToUrl.std.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
// Copyright 2024 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
export function callLinkRootKeyToUrl(rootKey: string): string | undefined {
|
||||
if (!rootKey) {
|
||||
return;
|
||||
}
|
||||
|
||||
return `https://signal.link/call/#key=${rootKey}`;
|
||||
}
|
||||
Reference in New Issue
Block a user