From f33785a09cdb337d437fee656cd91c475d8c893c Mon Sep 17 00:00:00 2001 From: MeiMei <30769358+mei23@users.noreply.github.com> Date: Sat, 23 Oct 2021 02:44:52 +0900 Subject: [PATCH 1/3] Fix #7902 (#7903) * Fix #7902 * Update notification.vue Co-authored-by: syuilo --- src/client/components/notification.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/client/components/notification.vue b/src/client/components/notification.vue index bce6333d98..8c2787cf31 100644 --- a/src/client/components/notification.vue +++ b/src/client/components/notification.vue @@ -13,7 +13,8 @@ - + +
From 600394458cf4eef9d55e06e0303e1d8ce541b312 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 23 Oct 2021 02:45:25 +0900 Subject: [PATCH 2/3] :art: --- src/client/components/updated.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/client/components/updated.vue b/src/client/components/updated.vue index 5033d866fb..2f92f743e6 100644 --- a/src/client/components/updated.vue +++ b/src/client/components/updated.vue @@ -4,7 +4,7 @@
{{ $ts.misskeyUpdated }}
✨{{ version }}🚀
{{ $ts.whatIsNew }} - {{ $ts.gotIt }} + {{ $ts.gotIt }}
@@ -54,5 +54,9 @@ export default defineComponent({ > .version { margin: 1em 0; } + + > .gotIt { + margin: 8px 0 0 0; + } } From 4168addbb21f4be46980c39fda25dc3789e395d6 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 23 Oct 2021 02:46:34 +0900 Subject: [PATCH 3/3] 12.93.1 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bd91091d6..9c494fc53d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ --> +## 12.93.1 (2021/10/23) + +### Bugfixes +- クライアント: 通知上でローカルのリアクションが表示されないのを修正 + ## 12.93.0 (2021/10/23) ### Improvements diff --git a/package.json b/package.json index 97bdacc722..ea89c595b5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "misskey", "author": "syuilo ", - "version": "12.93.0", + "version": "12.93.1", "codename": "indigo", "repository": { "type": "git",