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
Assigning metadata with client.PostMessage, it didn't work.
Expected behavior
Assigning MetaData using MsgOptionPostMessageParameters() (like in here) should include given key-value pair in the message metadata.
Steps to reproduce
Post a message to a channel with MetaData defined, and log the received message event. In the posted message event, the event_type and event_payload of MetaData are empty.
What happened
Assigning metadata with
client.PostMessage
, it didn't work.Expected behavior
Assigning
MetaData
usingMsgOptionPostMessageParameters()
(like in here) should include given key-value pair in the message metadata.Steps to reproduce
MetaData
defined, and log the received message event. In the posted message event, theevent_type
andevent_payload
of MetaData are empty.reproducible code
Versions
1.23
0.15.0
The text was updated successfully, but these errors were encountered: