From 50083961da89c4fc30f515c2e5598bd11bc130a1 Mon Sep 17 00:00:00 2001 From: Xeltica Date: Mon, 3 Dec 2018 00:07:27 +0900 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=85=A8=E3=81=AA=E3=83=A6=E3=83=BC?= =?UTF-8?q?=E3=82=B6=E3=83=BC=E6=83=85=E5=A0=B1=E3=82=92=E5=8F=96=E3=82=8C?= =?UTF-8?q?=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/message-like.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/message-like.ts b/src/message-like.ts index 59a7f94..07463d8 100644 --- a/src/message-like.ts +++ b/src/message-like.ts @@ -43,6 +43,7 @@ export default class MessageLike { this.ai.api('users/show', { userId: this.userId }).then(user => { + this.messageOrNote.user = user; this.friend.updateUser(user); }); }