Skip to content

Commit

Permalink
Add cursor tracker and video orion language to offchain export
Browse files Browse the repository at this point in the history
  • Loading branch information
ikprk committed Jun 24, 2024
1 parent 54e2844 commit 06b09c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/utils/offchainState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ const exportedStateMap: ExportedStateMap = {
EmailDeliveryAttempt: true,
Token: true,
NextEntityId: true,
OrionOffchainCursor: true,
Channel: ['isExcluded', 'videoViewsNum', 'followsNum', 'yppStatus', 'channelWeight'],
Video: ['isExcluded', 'viewsNum'],
Video: ['isExcluded', 'viewsNum', 'orionLanguage'],
Comment: ['isExcluded'],
OwnedNft: ['isFeatured'],
VideoCategory: ['isSupported'],
Expand Down

0 comments on commit 06b09c1

Please sign in to comment.