Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33072255
D8620.1768444458.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D8620.1768444458.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,7 +12,6 @@
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';
@@ -803,7 +802,7 @@
<div class="separator"></div>
<section class="buttons">
<a class="button" href="${stores.appStoreUrl}">Download Comm</a>
- <a class="button secondary" href="${inviteLinkUrl(secret)}">
+ <a class="button secondary" href="comm://invite/${secret}">
Invite Link
</a>
</section>
diff --git a/native/ios/Comm/Info.debug.plist b/native/ios/Comm/Info.debug.plist
--- a/native/ios/Comm/Info.debug.plist
+++ b/native/ios/Comm/Info.debug.plist
@@ -27,6 +27,10 @@
<key>CFBundleURLTypes</key>
<array>
<dict>
+ <key>CFBundleTypeRole</key>
+ <string>Editor</string>
+ <key>CFBundleURLName</key>
+ <string>comm</string>
<key>CFBundleURLSchemes</key>
<array>
<string>comm</string>
diff --git a/native/ios/Comm/Info.release.plist b/native/ios/Comm/Info.release.plist
--- a/native/ios/Comm/Info.release.plist
+++ b/native/ios/Comm/Info.release.plist
@@ -24,6 +24,19 @@
<string>????</string>
<key>CFBundleVersion</key>
<string>238</string>
+ <key>CFBundleURLTypes</key>
+ <array>
+ <dict>
+ <key>CFBundleTypeRole</key>
+ <string>Editor</string>
+ <key>CFBundleURLName</key>
+ <string>comm</string>
+ <key>CFBundleURLSchemes</key>
+ <array>
+ <string>comm</string>
+ </array>
+ </dict>
+ </array>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>rainbow</string>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 15, 2:34 AM (6 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5935420
Default Alt Text
D8620.1768444458.diff (1 KB)
Attached To
Mode
D8620: [keyserver] Use custom url on intermediate invite link page
Attached
Detach File
Event Timeline
Log In to Comment