Skip to content

Commit 14bfb09

Browse files
committed
dmDates: deprecate lmao
1 parent fcf4ec0 commit 14bfb09

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

pnpm-workspace.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
packages:
22
- "src/*"
3+
onlyBuiltDependencies:
4+
- "@moonlight-mod/esbuild-config"

src/dmDates/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { ExtensionWebpackModule } from "@moonlight-mod/types";
22

33
export const webpackModules: Record<string, ExtensionWebpackModule> = {
44
dmDates: {
5-
entrypoint: true,
5+
entrypoint: false,
66
dependencies: [
77
{ id: "react" },
88
{ id: "discord/components/common/index" },

src/dmDates/manifest.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@
44
"version": "1.0.5",
55
"meta": {
66
"name": "DM Dates",
7-
"tagline": "Implements dates next to direct messages like mobile",
7+
"tagline": "[Deprecated, vanilla feature] Implements dates next to direct messages like mobile",
88
"authors": ["Cynosphere"],
99
"tags": ["chat", "qol"],
1010
"source": "https://github.com/Cynosphere/moonlight-extensions",
1111
"donate": "https://ko-fi.com/Cynosphere",
12-
"changelog": "Styling fixes"
12+
"changelog": "Deprecate as Discord has added it as a feature",
13+
"deprecated": true
1314
},
1415
"dependencies": ["spacepack", "componentEditor", "common"],
1516
"apiLevel": 2

0 commit comments

Comments
 (0)