You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.
I've searched for any related issues and avoided creating a duplicate issue.
Bug Report
Reproducible in:
Development environment: Mac OS 11.2, Node.js 14.15.4, Bolt.js 3.4.0
Steps to reproduce:
perform the required configurations of a Slack app to listen to the message event
post a message with text only (no files attached)
observe the event payload
post a message with a file attached
observe the event payload
Expected result:
The event payload in steps 3 and 5 both include the team property
Actual result:
The event payload in step 3 includes the team property and the one in step 5 doesn't
The text was updated successfully, but these errors were encountered:
sorsaffari
changed the title
Event payload of the message event does not have a consistent schema (missing team property when message subtype is file_share)
Event payload of the message event does not have a consistent schema (missing team property when message subtype is file_share)
Jul 13, 2021
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
event payload of the
message
event is missing theteam
property when the message contains files (i.e. subtype isfile_share
).What type of issue is this? (place an
x
in one of the[ ]
)Requirements (place an
x
in each of the[ ]
)Bug Report
Reproducible in:
Development environment: Mac OS 11.2, Node.js 14.15.4, Bolt.js 3.4.0
Steps to reproduce:
message
eventExpected result:
The event payload in steps 3 and 5 both include the
team
propertyActual result:
The event payload in step 3 includes the
team
property and the one in step 5 doesn'tThe text was updated successfully, but these errors were encountered: