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 14aa784 commit 0403e4bCopy full SHA for 0403e4b
src/@types/event.ts
@@ -210,13 +210,13 @@ export const PUSHER_DEVICE_ID = new UnstableValue(
210
"org.matrix.msc3881.device_id");
211
212
/**
213
- * https://github.com/matrix-org/matrix-doc/pull/3881
+ * https://github.com/matrix-org/matrix-doc/pull/3890
214
*
215
* @experimental
216
*/
217
export const LOCAL_NOTIFICATION_SETTINGS_PREFIX = new UnstableValue(
218
"m.local_notification_settings",
219
- "m.msc3890.local_notification_settings");
+ "org.matrix.msc3890.local_notification_settings");
220
221
export interface IEncryptedFile {
222
url: string;
0 commit comments