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

channel actions fetched twice on channel switch #1731

Open
trilopin opened this issue Jan 12, 2023 · 0 comments
Open

channel actions fetched twice on channel switch #1731

trilopin opened this issue Jan 12, 2023 · 0 comments
Assignees

Comments

@trilopin
Copy link
Contributor

when we switch channels we are fetching some actions-related data:

  • GET /plugin/playbooks/api/v0/actions/channels/<channel_id>
  • GET /plugin/playbooks/api/v0/actions/channels/<channel_id>?trigger_type=new_member_joins

Eventually, we'll stop fetching always, but we should check if both GET calls are needed in the meantime.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant