added comments

This commit is contained in:
Akinwale Ariwodola 2019-12-18 10:24:35 +01:00
parent f501f009de
commit f528312892

View file

@ -111,6 +111,7 @@ class SubscriptionsPage extends React.PureComponent {
return [Constants.ALL_PLACEHOLDER].concat(channelUris);
};
// Added in 0.12.1. Can be dropped on or after 1 Feb 2020.
unsubscribeShortChannelUrls = () => {
// this should only have to happen once
const { subscribedChannels, channelUnsubscribe } = this.props;