You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-12-04 05:02:41 +03:00
Fix some eslint
This commit is contained in:
@@ -9311,9 +9311,9 @@ export class MatrixClient extends TypedEventEmitter<EmittedEvents, ClientEventHa
|
||||
|
||||
/**
|
||||
* Find the event_id closest to the given timestamp in the given direction.
|
||||
* @return Resolves: A promise of an object containing the event_id and
|
||||
* @returns Resolves: A promise of an object containing the event_id and
|
||||
* origin_server_ts of the closest event to the timestamp in the given direction
|
||||
* @return Rejects: when the request fails (module:http-api.MatrixError)
|
||||
* @returns Rejects: when the request fails (module:http-api.MatrixError)
|
||||
*/
|
||||
public async timestampToEvent(
|
||||
roomId: string,
|
||||
|
||||
Reference in New Issue
Block a user