Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3400888
D8691.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
919 B
Referenced Files
None
Subscribers
None
D8691.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D8691: [keyserver] Use old intermediate invite link page url
Attached
Detach File
Event Timeline
Log In to Comment