Skip to content

Commit 117698b

Browse files
committed
Fix withheld unauthorized error code
1 parent 06caff4 commit 117698b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mautrix/types/event/to_device.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
class RoomKeyWithheldCode(ExtensibleEnum):
1818
BLACKLISTED: "RoomKeyWithheldCode" = "m.blacklisted"
1919
UNVERIFIED: "RoomKeyWithheldCode" = "m.unverified"
20-
UNAUTHORIZED: "RoomKeyWithheldCode" = "m.unauthorized"
20+
UNAUTHORIZED: "RoomKeyWithheldCode" = "m.unauthorised"
2121
UNAVAILABLE: "RoomKeyWithheldCode" = "m.unavailable"
2222
NO_OLM_SESSION: "RoomKeyWithheldCode" = "m.no_olm"
2323

0 commit comments

Comments
 (0)