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

Add edit history support (quip.py) #112

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

daweim0
Copy link

@daweim0 daweim0 commented Jan 22, 2023

Fixes an issue where get_messages() can only retrieve "regular" messages, not "edit" messages. Without this fix, I don't think quip.py can retrieve the edit history of a thread (please let me know if there is another way).

I'm not sure if there's a better name for "regular" messages. That's what the official API documentation calls them.

Fixes an issue where `get_messages()` can only retrieve "regular" messages, not "edit" messages. Without this fix, I don't think quip.py can retrieve the edit history of a thread (please let me know if there is another way).

I'm not sure if there's a better name for "regular" messages. That's what the [official API documentation](https://quip.com/dev/automation/documentation/current#operation/getRecentMessages) calls them.
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.

1 participant