-
Notifications
You must be signed in to change notification settings - Fork 399
Closed
Labels
priority: mediumThis PR should be reviewed after all high priority PRs.This PR should be reviewed after all high priority PRs.status: in progressThis issue is being worked on.This issue is being worked on.type: fixThis PR contains fixes to existing features.This PR contains fixes to existing features.
Description
The current typing for the history Actions
interface is wrong. It defines the action value as an object when it is actually an array of objects.
javascript/src/core/types/api/history.ts
Lines 134 to 144 in 0beda2c
[v: string]: { | |
/** | |
* Unique identifier of the user which reacted on message. | |
*/ | |
uuid: string; | |
/** | |
* High-precision PubNub timetoken with time when {@link uuid} reacted on message. | |
*/ | |
actionTimetoken: string; | |
}; |
tance77
Metadata
Metadata
Assignees
Labels
priority: mediumThis PR should be reviewed after all high priority PRs.This PR should be reviewed after all high priority PRs.status: in progressThis issue is being worked on.This issue is being worked on.type: fixThis PR contains fixes to existing features.This PR contains fixes to existing features.