Fix type in thread muting

This commit is contained in:
Michcio 2022-09-25 15:04:22 +02:00 committed by Francis Dinh
parent 4394957a5a
commit ffcb840e06
Signed by untrusted user: norm
GPG key ID: 7123E30E441E80DE

View file

@ -37,5 +37,5 @@ export class NoteThreadMuting {
array: true,
default: [],
})
public mutingNotificationTypes: typeof notificationTypes[number][];
public mutingNotificationTypes: typeof noteNotificationTypes[number][];
}