forked from FoundKeyGang/FoundKey
Fix type in thread muting
This commit is contained in:
parent
4394957a5a
commit
ffcb840e06
1 changed files with 1 additions and 1 deletions
|
@ -37,5 +37,5 @@ export class NoteThreadMuting {
|
||||||
array: true,
|
array: true,
|
||||||
default: [],
|
default: [],
|
||||||
})
|
})
|
||||||
public mutingNotificationTypes: typeof notificationTypes[number][];
|
public mutingNotificationTypes: typeof noteNotificationTypes[number][];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue