Just put in this commented test notification

Good for reference in the future
pull/501/head
Lim Chee Aun 2024-04-15 17:07:20 +08:00
rodzic 304ce5a3e8
commit 294ab2bf00
1 zmienionych plików z 15 dodań i 0 usunięć

Wyświetl plik

@ -89,6 +89,21 @@ function Notifications({ columnMode }) {
});
});
// TEST: Slot in a fake notification to test 'severed_relationships'
// notifications.unshift({
// id: '123123',
// type: 'severed_relationships',
// createdAt: '2024-03-22T19:20:08.316Z',
// event: {
// type: 'account_suspension',
// targetName: 'mastodon.dev',
// followersCount: 0,
// followingCount: 0,
// },
// });
// console.log({ notifications });
const groupedNotifications = groupNotifications(notifications);
if (firstLoad) {