Skip to content

Commit

Permalink
Add Zuconnect to default feeds (proofcarryingdata#1089)
Browse files Browse the repository at this point in the history
  • Loading branch information
robknight authored Oct 25, 2023
1 parent 7b90521 commit e58b7ce
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions apps/passport-client/src/defaultSubscriptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@ const DEFAULT_FEED_URL = `${appConfig.zupassServer}/feeds`;
const DEFAULT_FEED_PROVIDER_NAME = "Zupass";

const DEFAULT_FEEDS = new Set(
[ZupassFeedIds.Devconnect, ZupassFeedIds.Email, ZupassFeedIds.Zuzalu_23].map(
(s) => s.toString()
)
[
ZupassFeedIds.Devconnect,
ZupassFeedIds.Email,
ZupassFeedIds.Zuzalu_23,
ZupassFeedIds.Zuconnect_23
].map((s) => s.toString())
);

export function isDefaultSubscription(sub: Subscription): boolean {
Expand Down

0 comments on commit e58b7ce

Please sign in to comment.