Page MenuHomePhabricator

D8620.diff
No OneTemporary

D8620.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,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';
@@ -798,7 +797,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

Mime Type
text/plain
Expires
Tue, Dec 3, 7:02 AM (20 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2610735
Default Alt Text
D8620.diff (1 KB)

Event Timeline