From 20e77196f28178c869402985761bd4c2fa74bf0a Mon Sep 17 00:00:00 2001
From: syuilo
Date: Sun, 22 Apr 2018 10:44:17 +0900
Subject: [PATCH] =?UTF-8?q?AP:=20=E6=8A=95=E7=A5=A8=E3=82=92=E3=83=AC?=
=?UTF-8?q?=E3=83=B3=E3=83=80=E3=83=AA=E3=83=B3=E3=82=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../desktop/views/components/notes.note.vue | 2 +-
src/client/docs/api/entities/note.yaml | 6 ------
src/client/docs/api/entities/post.yaml | 6 ------
src/models/messaging-message.ts | 1 -
src/models/note.ts | 1 -
src/remote/activitypub/kernel/delete/note.ts | 1 -
src/remote/activitypub/misc/get-note-html.ts | 18 ++++++++++++++++++
src/remote/activitypub/renderer/note.ts | 3 ++-
.../api/endpoints/messaging/messages/create.ts | 3 ---
src/services/note/create.ts | 2 --
10 files changed, 21 insertions(+), 22 deletions(-)
create mode 100644 src/remote/activitypub/misc/get-note-html.ts
diff --git a/src/client/app/desktop/views/components/notes.note.vue b/src/client/app/desktop/views/components/notes.note.vue
index 1352fc4ee..ae2793db9 100644
--- a/src/client/app/desktop/views/components/notes.note.vue
+++ b/src/client/app/desktop/views/components/notes.note.vue
@@ -36,7 +36,7 @@