タイムライン取得処理への組み込み
This commit is contained in:
parent
94ededa68d
commit
7d7c2d4daf
18 changed files with 512 additions and 43 deletions
|
|
@ -60,6 +60,7 @@ describe('NoteCreateService', () => {
|
|||
replyUserHost: null,
|
||||
renoteUserId: null,
|
||||
renoteUserHost: null,
|
||||
renoteChannelId: null,
|
||||
};
|
||||
|
||||
const poll: IPoll = {
|
||||
|
|
|
|||
|
|
@ -43,6 +43,7 @@ const base: MiNote = {
|
|||
replyUserHost: null,
|
||||
renoteUserId: null,
|
||||
renoteUserHost: null,
|
||||
renoteChannelId: null,
|
||||
};
|
||||
|
||||
describe('misc:is-renote', () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue