Skip to content

Commit

Permalink
remove: follow-me (#111)
Browse files Browse the repository at this point in the history
* remove: follow-me

* Update CHANGELOG

---------

Co-authored-by: Esurio <esurio@esurio1673.net>
  • Loading branch information
1673beta and Esurio authored Jul 30, 2024
1 parent 71aa238 commit 3e35db2
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 70 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG_engawa.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,21 @@
### Misc
-->
## x.x.x (unreleased)

### Release Date

### General
- `follow-me`は廃止されました

### Client
-

### Server
-

### Misc

## 0.4.4

### Release Date
Expand Down
65 changes: 0 additions & 65 deletions packages/frontend/src/pages/follow-me.vue

This file was deleted.

5 changes: 1 addition & 4 deletions packages/frontend/src/router/definition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ const routes: RouteDef[] = [{
origin: 'origin',
},
}, {
// Legacy Compatibility
// Legacy Compatibility
path: '/authorize-follow',
redirect: '/lookup',
loginRequired: true,
Expand All @@ -262,9 +262,6 @@ const routes: RouteDef[] = [{
path: '/lookup',
component: page(() => import('@/pages/lookup.vue')),
loginRequired: true,
}, {
path: '/follow-me',
component: page(() => import('@/pages/follow-me.vue')),
}, {
path: '/share',
component: page(() => import('@/pages/share.vue')),
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/src/scripts/get-user-menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ export function getUserMenu(user: Misskey.entities.UserDetailed, router: IRouter
icon: 'ti ti-qrcode',
text: i18n.ts.getQrCode,
action: () => {
os.displayQrCode(`https://${host}/follow-me?acct=${user.username}`);
os.displayQrCode(`https://${host}/@${user.username}`);
},
}, ...(user.host != null && user.url != null ? [{
icon: 'ti ti-external-link',
Expand Down

0 comments on commit 3e35db2

Please sign in to comment.