Updates comment-related redux code to support sdk version 0.53.0 #259
1 changed files with 3 additions and 2 deletions
5
flow-typed/Comment.js
vendored
5
flow-typed/Comment.js
vendored
|
@ -16,7 +16,8 @@ declare type Comment = {
|
|||
// todo: relate individual comments to their commentId
|
||||
declare type CommentsState = {
|
||||
commentsByUri: { [string]: string },
|
||||
byId: { [string]: Array<Comment> },
|
||||
byId: { [string]: Array<string> },
|
||||
commentById: { [string]: Comment },
|
||||
isLoading: boolean,
|
||||
myComments: ?Set<Comment>,
|
||||
myComments: ?Set<string>,
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue