Skip to content

Commit 0403e4b

Browse files
author
Germain
authored
Fix incorrect MSC3890 unstable prefix (#2703)
1 parent 14aa784 commit 0403e4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/@types/event.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,13 +210,13 @@ export const PUSHER_DEVICE_ID = new UnstableValue(
210210
"org.matrix.msc3881.device_id");
211211

212212
/**
213-
* https://github.com/matrix-org/matrix-doc/pull/3881
213+
* https://github.com/matrix-org/matrix-doc/pull/3890
214214
*
215215
* @experimental
216216
*/
217217
export const LOCAL_NOTIFICATION_SETTINGS_PREFIX = new UnstableValue(
218218
"m.local_notification_settings",
219-
"m.msc3890.local_notification_settings");
219+
"org.matrix.msc3890.local_notification_settings");
220220

221221
export interface IEncryptedFile {
222222
url: string;

0 commit comments

Comments
 (0)