Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Telatynski <[email protected]>
  • Loading branch information
t3chguy committed Jan 2, 2024
1 parent 42e5690 commit e064147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/http-api/prefix.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export enum MediaPrefix {
/**
* A constant representing the URI path for Client-Server API Media endpoints versioned at v1.
*/
V1 = "/_matrix/media/v3",
V1 = "/_matrix/media/v1",
/**
* A constant representing the URI path for Client-Server API Media endpoints versioned at v3.
*/
Expand Down

0 comments on commit e064147

Please sign in to comment.