Skip to content

Commit e7b79f5

Browse files
committed
WIP
1 parent 616c952 commit e7b79f5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

index.js

+3
Original file line numberDiff line numberDiff line change
@@ -892,6 +892,9 @@ const createClient = (profile, userAgent, opt = {}) => {
892892
const disableSubscription = _setSubscriptionStatus.bind(null, 'EXPIRED')
893893
const enableSubscription = _setSubscriptionStatus.bind(null, 'ACTIVE')
894894

895+
// todo: subscribeToJourneysInterval
896+
// https://gist.github.com/derhuerst/d267ac179e49e927d38daa1a4bdf7760#file-6-subscriptions-http-L81-L132
897+
895898
const subscribeToJourney = async (userId, channelIds, journeyRefreshToken, opt = {}) => {
896899
if (!isNonEmptyString(userId)) {
897900
throw new TypeError('userId must be a non-empty string')

parse/journey.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import {findRemarks} from './find-remarks.js'
22

3-
// todo: c.conSubscr (e.g. `F`)
3+
// todo: c.conSubscr (e.g. `F`, `U`) – is this journey subscribed to?
44
// todo: c.trfRes x vbb-parse-ticket
55
// todo: c.sotRating, c.isSotCon, c.sotCtxt
66
// todo: c.showARSLink

0 commit comments

Comments
 (0)