cofacts / rumors-line-bot

Line bot that checks if a message contains internet rumor.
MIT License
77 stars 19 forks source link

Handle submitting multiple messages (cooccurrences) at once #379

Closed MrOrz closed 10 months ago

MrOrz commented 10 months ago

Feature

This PR implements the items with yellow highlight. We should probably ignore Items with red highlight in the future.

Implement askingCooccurrences handler and connect to processBatch

Refactors

Change askingArticleSubmissionConsent's input from Yes/No to an array of index

Revamp logic of askingArticleSubmissionConsent

MrOrz commented 10 months ago

Current dependencies on/for this PR:

This stack of pull requests is managed by Graphite.

coveralls commented 10 months ago

Pull Request Test Coverage Report for Build 7465454274

Warning: This coverage report may be inaccurate.

We've detected an issue with your CI configuration that might affect the accuracy of this pull request's coverage report. To ensure accuracy in future PRs, please see these guidelines. A quick fix for this PR: rebase it; your next report should be accurate.


Totals Coverage Status
Change from base Build 7465452571: -4.1%
Covered Lines: 1027
Relevant Lines: 1129

šŸ’› - Coveralls
MrOrz commented 10 months ago

Merge activity