-
-
Notifications
You must be signed in to change notification settings - Fork 842
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
Added missing FORUM_TOPIC_EDITED value to content_type property #1160
Added missing FORUM_TOPIC_EDITED value to content_type property #1160
Conversation
✔️ Changelog found.Thank you for adding a description of the changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To fix C416 please merge the latest dev-3.x
branch.
aiogram/filters/magic_data.py:21:41: C416 Unnecessary `dict` comprehension (rewrite using `dict()`)
…mprehension (rewrite using `dict()`)
…ing and webhooks (#1156) * Code refactor - Use 'or' istead of 'A if A else B' - Raise new error from catched error: raise Error from e * Fixed signature of startup/shutdown events - Include the **dispatcher.workflow_data as the handler arguments
* skip if current router does not have observer for custom event * Test custom event in router * Feature changelog file * fix style
* Change `InlineQueryResultType.MPEG` to `InlineQueryResultType.MPEG4GIF` * Change regexp for parse entities * Use code generator to fix types * Add changelog
* storage cleanup * storage cleanup
@JrooTJunior I added tests but I cannot run tests properly due to lots of errors and lack of "preparing testing environment" documentation.
|
Codecov Report
@@ Coverage Diff @@
## dev-3.x #1160 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 354 354
Lines 8791 8797 +6
=========================================
+ Hits 8791 8797 +6
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Description
Added missing FORUM_TOPIC_EDITED value to content_type property
Fixes #1159
Type of change
Please delete options that are not relevant.
Checklist: