python-mattermost-driver icon indicating copy to clipboard operation
python-mattermost-driver copied to clipboard

Add `options=None` to Posts.get_....() methods.

Open atamaokac opened this issue 1 year ago • 0 comments

This PR adds optional argument options=None to:

  • Posts.get_list_of_flagged_posts()
  • Posts.get_posts_for_channel()
  • Posts.get_unread_posts_for_channel()

In some cases I found it necessary, e.g., when we want to get only metadata of very many messages.

atamaokac avatar Sep 21 '23 05:09 atamaokac