1
Fork 0

Update feature last updated dates.

This commit is contained in:
Bauke 2023-09-16 20:14:59 +02:00
parent 7a73aa57c3
commit a21485733e
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 2 additions and 1 deletions

View File

@ -26,6 +26,7 @@ type FeatureData = {
export const features: FeatureData[] = [
{
availableSince: new Date("2022-02-23"),
lastUpdated: new Date("2023-09-24"),
index: 0,
key: Feature.AnonymizeUsernames,
title: "Anonymize Usernames",
@ -75,7 +76,7 @@ export const features: FeatureData[] = [
},
{
availableSince: new Date("2023-07-16"),
lastUpdated: new Date("2023-07-16"),
lastUpdated: new Date("2023-09-24"),
index: 0,
key: Feature.Miscellaneous,
title: "Miscellaneous",