Skip to content

Conversation

@Eldinnie
Copy link
Member

fixes #750

(self.edited_updates and update.edited_message),
(self.channel_post_updates and update.channel_post)]) and (
isinstance(update, Update)):
isinstance(update, Update)) and update.effective_message.text:
Copy link
Member

Choose a reason for hiding this comment

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

shouldn't we check that update.effective_message is not None?

@tsnoam tsnoam added the 📋 pending-reply work status: pending-reply label Jul 28, 2017
@tsnoam tsnoam merged commit 2ba7505 into master Jul 28, 2017
@tsnoam tsnoam deleted the fix-750 branch July 28, 2017 17:47
@github-actions github-actions bot locked and limited conversation to collaborators Aug 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

📋 pending-reply work status: pending-reply

Projects

None yet

Development

Successfully merging this pull request may close these issues.

RegexHandler error with stickers, voices, images...

3 participants