Conversation
- Introduce `delete_safe` function in send_safe.py to handle safe message deletion with proper logging for TelegramBadRequest
Queue Item enhancements: - Introduced `id` field with MongoDB `_id` alias in `queue_manager.py` - Enabled `allow_population_by_field_name` in Pydantic Config MongoDB integration: - Adjusted `insert_one` to use `model_dump(by_alias=True, exclude_none=True)` - Updated query logic to handle MongoDB documents via `model_validate` New queue operations: - Added `update_item`, `delete_item`, `mark_done`, `mark_undone`, `set_priority` methods - Implemented `pop` for advanced queue item retrieval with priority and filters Miscellaneous: - Added logging for queue manager initialization
User retrieval: - Made `query` parameter in `get_users` optional and added default empty dict logic. Admin handling: - Mapped admin usernames to user IDs in `update_admins`. - Updated queries in `update_admins` to use resolved admin IDs instead of raw settings. Type hint update: - Added return type hint for `get_user_manager` function.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.