Skip to content

Commit 3edd4b5

Browse files
committed
Require auth for update_future
1 parent 5d4e05b commit 3edd4b5

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
@@ -5358,7 +5358,7 @@ export class MatrixClient extends TypedEventEmitter<EmittedEvents, ClientEventHa
53585358
throw Error("Server does not support the Futures API");
53595359
}
53605360

5361-
return await this.http.request(
5361+
return await this.http.authedRequest(
53625362
Method.Post,
53635363
"/update_future",
53645364
undefined,

0 commit comments

Comments
 (0)