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

Support deleting message without revoking for other party. #21

Merged
merged 1 commit into from
Jun 26, 2018
Merged

Support deleting message without revoking for other party. #21

merged 1 commit into from
Jun 26, 2018

Conversation

sarg
Copy link
Contributor

@sarg sarg commented Jun 26, 2018

No description provided.

telega-chat.el Outdated
@@ -1013,13 +1013,13 @@ With prefix arg, apply markdown formatter to message."
telega-chatbuf--send-args (list (plist-get msg :id)))
))

(defun telega-msg-delete (msg)
(defun telega-msg-delete (msg &optional revoke)
"Delete message MSG."
Copy link
Owner

Choose a reason for hiding this comment

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

Add C-u usage to docstring please

@zevlg zevlg merged commit 868abe7 into zevlg:master Jun 26, 2018
@zevlg
Copy link
Owner

zevlg commented Jun 26, 2018

merged, thanks!

@sarg sarg deleted the feature/revoke-message branch June 28, 2018 08:43
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.

2 participants