Updates comment-related redux code to support sdk version 0.53.0 #259
1 changed files with 3 additions and 0 deletions
|
@ -63,3 +63,6 @@ export const makeSelectCommentsForUri = (uri: string) =>
|
||||||
return byClaimId && byClaimId[claimId];
|
return byClaimId && byClaimId[claimId];
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
// todo: allow SDK to retrieve user comments through comment_list
|
||||||
|
// todo: implement selectors for selecting comments owned by user
|
||||||
|
|
Loading…
Reference in a new issue