From 0bf54b3ff6899f4eb5e2bb42c6466094c8f0b8c4 Mon Sep 17 00:00:00 2001 From: MeiMei <30769358+mei23@users.noreply.github.com> Date: Sat, 17 Nov 2018 03:25:48 +0900 Subject: [PATCH] Renote visibility (#3290) --- locales/ja-JP.yml | 1 + .../desktop/views/components/renote-form.vue | 15 ++++++--- .../activitypub/kernel/announce/note.ts | 33 +++++++++++++------ src/remote/activitypub/renderer/announce.ts | 17 ++++++++-- src/remote/activitypub/renderer/index.ts | 2 ++ 5 files changed, 52 insertions(+), 16 deletions(-) diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 3c4781f3f..e291de07b 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -788,6 +788,7 @@ desktop/views/components/renote-form.vue: quote: "引用する..." cancel: "キャンセル" renote: "Renote" + renote-home: "Renote (ホーム)" reposting: "しています..." success: "Renoteしました!" failure: "Renoteに失敗しました" diff --git a/src/client/app/desktop/views/components/renote-form.vue b/src/client/app/desktop/views/components/renote-form.vue index c538b90da..e6a09c3ee 100644 --- a/src/client/app/desktop/views/components/renote-form.vue +++ b/src/client/app/desktop/views/components/renote-form.vue @@ -5,7 +5,8 @@