mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
DEV: Remove unread_private_messages and deprecation (#22893)
This was added all the way back in 2020 in b79ea986ac44c1ced0b332722c1bb16b4239b565, enough time has passed, we can delete this now.
This commit is contained in:
@ -258,7 +258,7 @@ export function createData(store) {
|
||||
|
||||
userWithUnread: createUser({
|
||||
unread_notifications: 3,
|
||||
unread_private_messages: 7,
|
||||
unread_high_priority_notifications: 7,
|
||||
}),
|
||||
|
||||
lorem: cooked,
|
||||
|
Reference in New Issue
Block a user