mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-08 23:33:09 +02:00
fix: i forgor to add this file
This commit is contained in:
parent
a847e4d5cc
commit
0ed87ddef2
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ namespace MisskeyAPI {
|
|||
id: n.id,
|
||||
uri: n.uri ? n.uri : host ? `https://${host}/notes/${n.id}` : '',
|
||||
url: n.url ? n.url : host ? `https://${host}/notes/${n.id}` : '',
|
||||
account: user(n.user, n.user.host ? n.user.host : host ? host : null),
|
||||
account: userDetail(n.user, n.user.host ? n.user.host : host ? host : null),
|
||||
in_reply_to_id: n.replyId,
|
||||
in_reply_to_account_id: n.reply?.userId ?? null,
|
||||
reblog: n.renote ? note(n.renote, n.user.host ? n.user.host : host ? host : null) : null,
|
||||
|
|
Loading…
Reference in a new issue