Skip to content

Incorrect history Actions type #407

Closed
@yo1dog

Description

@yo1dog

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.

[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;
};

Metadata

Metadata

Assignees

Labels

priority: mediumThis PR should be reviewed after all high priority PRs.status: in progressThis issue is being worked on.type: fixThis PR contains fixes to existing features.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions