From 890ffc8cf33deeadf22cc25db64cde019974266e Mon Sep 17 00:00:00 2001 From: sorairo Date: Mon, 16 Oct 2023 20:44:39 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=91=E3=82=B9=E3=81=AE=E8=A7=A3=E6=B1=BA?= =?UTF-8?q?=E3=81=8C=E3=81=8A=E3=81=8B=E3=81=97=E3=81=84=E3=81=AE=E3=82=92?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/view/common/misskey_notes/mfm_text.dart | 2 +- pubspec.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/view/common/misskey_notes/mfm_text.dart b/lib/view/common/misskey_notes/mfm_text.dart index 23b068c07..05f44ac85 100644 --- a/lib/view/common/misskey_notes/mfm_text.dart +++ b/lib/view/common/misskey_notes/mfm_text.dart @@ -89,7 +89,7 @@ class MfmTextState extends ConsumerState { final page = await ref.read(misskeyProvider(account)).pages.show( PagesShowRequest( name: uri.pathSegments[2], - username: uri.pathSegments[1].substring(1))); + username: uri.pathSegments[0].substring(1))); if (!mounted) return; context.pushRoute(MisskeyRouteRoute(account: account, page: page)); } else if (uri.pathSegments.length == 1 && diff --git a/pubspec.lock b/pubspec.lock index 454d294bb..794150768 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -822,7 +822,7 @@ packages: description: path: "." ref: HEAD - resolved-ref: "1268bfe954671a9e1bc8490bf0c42d529c1c0c2f" + resolved-ref: "5962ab923b6effef3c85929a0400169a36588e1c" url: "https://github.com/shiosyakeyakini-info/misskey_dart.git" source: git version: "1.0.0"