We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06caff4 commit 117698bCopy full SHA for 117698b
mautrix/types/event/to_device.py
@@ -17,7 +17,7 @@
17
class RoomKeyWithheldCode(ExtensibleEnum):
18
BLACKLISTED: "RoomKeyWithheldCode" = "m.blacklisted"
19
UNVERIFIED: "RoomKeyWithheldCode" = "m.unverified"
20
- UNAUTHORIZED: "RoomKeyWithheldCode" = "m.unauthorized"
+ UNAUTHORIZED: "RoomKeyWithheldCode" = "m.unauthorised"
21
UNAVAILABLE: "RoomKeyWithheldCode" = "m.unavailable"
22
NO_OLM_SESSION: "RoomKeyWithheldCode" = "m.no_olm"
23
0 commit comments