タイムライン取得処理への組み込み
This commit is contained in:
parent
94ededa68d
commit
7d7c2d4daf
18 changed files with 512 additions and 43 deletions
|
|
@ -434,6 +434,7 @@ export class NoteCreateService implements OnApplicationShutdown {
|
|||
replyUserHost: data.reply ? data.reply.userHost : null,
|
||||
renoteUserId: data.renote ? data.renote.userId : null,
|
||||
renoteUserHost: data.renote ? data.renote.userHost : null,
|
||||
renoteChannelId: data.renote ? data.renote.channelId : null,
|
||||
userHost: user.host,
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue