Skip to content
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

[contrib] [tdlib 1.8.21] rename messageForward* -> message* #448

Merged
merged 2 commits into from
Nov 17, 2023

Conversation

BlindingDark
Copy link
Contributor

Rename all messageForward* to message*.

@@ -457,7 +457,7 @@ Will update CHAT-ID MSG-ID when download completed."
(when-let* ((msg-id (telega--tl-get msg :id))
(chat-id (telega--tl-get msg :chat_id))
(forward-info (telega--tl-get msg :forward_info))
(fwd-info-p (eq (telega--tl-type forward-info) 'messageForwardInfo))
(fwd-info-p (eq (telega--tl-type forward-info) 'messageInfo))
Copy link
Owner

Choose a reason for hiding this comment

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

There is no messageInfo structure in the TDLib, keep messageForwardInfo

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I just updated. Thanks!

@zevlg zevlg merged commit a68e75e into zevlg:master Nov 17, 2023
2 checks passed
@zevlg
Copy link
Owner

zevlg commented Nov 17, 2023

Merged in, thanks for the contribution!

@BlindingDark BlindingDark deleted the 1821-rename branch November 17, 2023 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants