Skip to content

Commit

Permalink
TimestampToEventResponse.origin_server_ts should be a number (matrix-…
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot authored Nov 23, 2023
1 parent af9993a commit 429c05b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ interface IRoomHierarchy {

export interface TimestampToEventResponse {
event_id: string;
origin_server_ts: string;
origin_server_ts: number;
}

interface IWhoamiResponse {
Expand Down

0 comments on commit 429c05b

Please sign in to comment.