-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Issue #4399 : Replaced all occurences #4878
Conversation
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.
LGTM! Thanks
Thank you for this, it will be cleaner for sure! Just a small thought I have on compatibility. |
Updated Event.py and Message.py for deserialization.
…into issue4399
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.
@enyst I did the following changes.
Added a check for the images_urls in event.py.
To further ensure compatibility, added a property in the message,py that points images_urls to image_urls.
Updated for compatibility as instructed.
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.
Thank you!
Issue #4399
End-user friendly description of the problem this fixes or functionality that this introduces
Give a summary of what the PR does, explaining any non-trivial design decisions
Replaced all occurrences of 'images_urls' to 'image_urls'
Link of any specific issues this addresses