Skip to content

Commit

Permalink
updating default feed
Browse files Browse the repository at this point in the history
rabble committed Jan 12, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 899221e commit 147224d
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Resources/Info.plist
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>255</string>
<string>258</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
2 changes: 1 addition & 1 deletion Resources/Preload.bundle/Feeds/consolidatedFeed.json

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions Source/Model/Identifier.swift
Original file line number Diff line number Diff line change
@@ -45,6 +45,7 @@ typealias BlobIdentifier = Identifier
typealias FeedIdentifier = Identifier
typealias LinkIdentifier = MessageIdentifier
typealias MessageIdentifier = Identifier
typealias InviteIdentifier = Identifier

extension Identifier {

@@ -58,6 +59,7 @@ extension Identifier {
if self.hasPrefix(Sigil.blob.rawValue) { return .blob }
else if self.hasPrefix(Sigil.feed.rawValue) { return .feed }
else if self.hasPrefix(Sigil.message.rawValue) { return .message }

else { return .unsupported }
}

0 comments on commit 147224d

Please sign in to comment.