[mastodon-client] populate user details for notifications
This commit is contained in:
parent
d1c9c7cc31
commit
32ea8320ac
|
@ -1236,6 +1236,8 @@ export default class Misskey implements MegalodonInterface {
|
||||||
const notification = this.converter.notification(n, host);
|
const notification = this.converter.notification(n, host);
|
||||||
if (n.note)
|
if (n.note)
|
||||||
notification.status = await this.noteWithDetails(n.note, host, cache);
|
notification.status = await this.noteWithDetails(n.note, host, cache);
|
||||||
|
if (notification.account)
|
||||||
|
notification.account = (await this.getAccount(notification.account.id)).data
|
||||||
return notification;
|
return notification;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue