Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit fabfc69

Browse files
committed
Fetch Account and Channels on Server Startup
1 parent 0f7fb67 commit fabfc69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/lightning-core/common/Streams.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export class Streams extends React.Component {
1111
componentWillReceiveProps(nextProps) {
1212
if (this.props.serverRunning === false && nextProps.serverRunning === true) {
1313
this.props.onFetchAccount()
14+
this.props.onFetchChannels()
1415

1516
this.interval = setInterval(() => {
1617
// POLL

0 commit comments

Comments
 (0)