superfaceai / station

Comlink metadata for self-integrating applications.
https://superface.ai/catalog
MIT License
22 stars 5 forks source link

feat(chat/messages): Implement retrieving thread messages #230

Open martinalbert opened 2 years ago

martinalbert commented 2 years ago

Description

Extends use-case GetMessages in profile chat/messages with new fields:

Motivation and Context

Implement getting thread messages for slack.

Types of changes

Checklist:

martinalbert commented 2 years ago

Discord is able to get thread messages passing threadId as destination but slack has to specify thread id along with it which is not required in profile.

I can create new use-case for it which would remove listThreadMessages but discord use-case would be duplicate of its usecase GetMessages 🤷‍♂️