1
Fork 0

Set updated feature dates.

This commit is contained in:
Bauke 2023-10-21 13:03:36 +02:00
parent cf18323f27
commit 9bcbdaf456
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 3 additions and 1 deletions

View File

@ -48,6 +48,7 @@ export const features: FeatureData[] = [
},
{
availableSince: new Date("2023-07-01"),
lastUpdated: new Date("2023-10-22"),
index: 0,
key: Feature.HideTopics,
title: "Hide Topics",
@ -76,7 +77,7 @@ export const features: FeatureData[] = [
},
{
availableSince: new Date("2023-07-16"),
lastUpdated: new Date("2023-09-24"),
lastUpdated: new Date("2023-10-22"),
index: 0,
key: Feature.Miscellaneous,
title: "Miscellaneous",
@ -91,6 +92,7 @@ export const features: FeatureData[] = [
},
{
availableSince: new Date("2019-11-10"),
lastUpdated: new Date("2023-10-22"),
index: 0,
key: Feature.UserLabels,
title: "User Labels",