added comments
This commit is contained in:
parent
f501f009de
commit
f528312892
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue