mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-21 22:50:59 -05:00
chore: move date forwards
This commit is contained in:
parent
ff0330ec1b
commit
056ec623cb
2 changed files with 2 additions and 2 deletions
2
external/lang
vendored
2
external/lang
vendored
|
@ -1 +1 @@
|
|||
Subproject commit a8c77596457bcc6f24d0a764c308df74e12633af
|
||||
Subproject commit 995fe65707cae9162b34d58ba0159e78d1b3e37e
|
|
@ -31,7 +31,7 @@ export const changelogEntries: Record<number, ChangelogPost> = {
|
|||
],
|
||||
},
|
||||
2: {
|
||||
date: new Date("2023-02-22T17:30:00.000Z"),
|
||||
date: new Date("2023-02-23T20:00:00.000Z"),
|
||||
title: "In-App Reporting Is Here",
|
||||
content: [
|
||||
"You can now report any user, server, or message directly from the app.",
|
||||
|
|
Loading…
Reference in a new issue