Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.1.0-beta.2 #90

Merged
merged 8 commits into from
Oct 3, 2023
Merged

1.1.0-beta.2 #90

merged 8 commits into from
Oct 3, 2023

Conversation

tai-cha
Copy link
Owner

@tai-cha tai-cha commented Oct 3, 2023

編集されたノートを集計外に resolve: #87
untilIdを用いて取得可能にする fix: #89
前の日の結果も含めた前回の結果を集計可能に

src/index.ts Outdated
@@ -145,6 +145,7 @@ const getNotes = async ():Promise<Array<Note>> => {
let filteredNotes = recordedNotes.filter(note => {
return !['334', Config.userName].includes(note.user.username) &&
['public', 'relational' , 'home'].includes(note.visibility) &&
![null, undefined].includes(note?.updatedAt) &&
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

これ逆な気がする

@tai-cha tai-cha changed the title 1.1.0-beta.1 1.1.0 Oct 3, 2023
@tai-cha tai-cha changed the title 1.1.0 1.1.0-beta.2 Oct 3, 2023
@tai-cha tai-cha merged commit 360e145 into develop Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

sinceDateではなくuntilDateをベースにTLを取得する ノート編集への対応を考える
1 participant