SHA256
Add channels IT coverage, live UI loading, and runbook
This commit is contained in:
@@ -97,6 +97,8 @@ function createInitialState({ withStoredSession = true } = {}) {
|
||||
info: '',
|
||||
},
|
||||
sessions: [],
|
||||
channelsFeed: null,
|
||||
channelsIndex: {},
|
||||
};
|
||||
}
|
||||
|
||||
@@ -232,3 +234,8 @@ export function refreshRegistrationBalance() {
|
||||
state.registrationPayment.balanceSOL = next;
|
||||
return next;
|
||||
}
|
||||
|
||||
export function setChannelsFeed(feed, index) {
|
||||
state.channelsFeed = feed || null;
|
||||
state.channelsIndex = index || {};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user