Page MenuHomePhabricator

D8691.diff
No OneTemporary

D8691.diff

diff --git a/keyserver/src/responders/website-responders.js b/keyserver/src/responders/website-responders.js
--- a/keyserver/src/responders/website-responders.js
+++ b/keyserver/src/responders/website-responders.js
@@ -12,6 +12,7 @@
import t from 'tcomb';
import { promisify } from 'util';
+import { inviteLinkUrl } from 'lib/facts/links.js';
import { baseLegalPolicies } from 'lib/facts/policies.js';
import stores from 'lib/facts/stores.js';
import { daysToEntriesFromEntryInfos } from 'lib/reducers/entry-reducer.js';
@@ -797,7 +798,7 @@
<div class="separator"></div>
<section class="buttons">
<a class="button" href="${stores.appStoreUrl}">Download Comm</a>
- <a class="button secondary" href="comm://invite/${secret}">
+ <a class="button secondary" href="${inviteLinkUrl(secret)}">
Invite Link
</a>
</section>

File Metadata

Mime Type
text/plain
Expires
Tue, Dec 3, 9:20 AM (21 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2611167
Default Alt Text
D8691.diff (919 B)

Event Timeline