Skip to content

Commit afa904e

Browse files
committed
Fix ensure registered methods
1 parent 7cdebe5 commit afa904e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mautrix/appservice/api/intent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def quote(*args, **kwargs):
7272
ClientAPI.set_displayname,
7373
ClientAPI.set_avatar_url,
7474
ClientAPI.beeper_update_profile,
75-
ClientAPI.unstable_create_mxc,
75+
ClientAPI.create_mxc,
7676
ClientAPI.upload_media,
7777
ClientAPI.send_receipt,
7878
ClientAPI.set_fully_read_marker,

0 commit comments

Comments
 (0)