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
BlockActionsIF currently defines the channel property with a default null value for backwards compatibility with older code. In fact, my experience with BlockActions is that the payload does populate a channel object (with id, name).
The text was updated successfully, but these errors were encountered:
That sounds like a bug. Do you have a sample payload that we can feed into the deserializer that yields a null channel object instead of the desired correctly deserialized channel?
BlockActionsIF currently defines the
channel
property with a default null value for backwards compatibility with older code. In fact, my experience with BlockActions is that the payload does populate achannel
object (withid
,name
).The text was updated successfully, but these errors were encountered: