mirror of
https://github.com/syuilo/ai.git
synced 2025-03-25 21:12:56 +00:00
完全なユーザー情報を取れるように
This commit is contained in:
parent
67016de179
commit
50083961da
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ export default class MessageLike {
|
||||||
this.ai.api('users/show', {
|
this.ai.api('users/show', {
|
||||||
userId: this.userId
|
userId: this.userId
|
||||||
}).then(user => {
|
}).then(user => {
|
||||||
|
this.messageOrNote.user = user;
|
||||||
this.friend.updateUser(user);
|
this.friend.updateUser(user);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue