Skip to content

Commit 3ea6d37

Browse files
committed
Require auth for update_future
1 parent 528a7d1 commit 3ea6d37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5361,7 +5361,7 @@ export class MatrixClient extends TypedEventEmitter<EmittedEvents, ClientEventHa
53615361
throw Error("Server does not support the Futures API");
53625362
}
53635363

5364-
return await this.http.request(
5364+
return await this.http.authedRequest(
53655365
Method.Post,
53665366
"/update_future",
53675367
undefined,

0 commit comments

Comments
 (0)