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
BlockSuggestionPayload class doesn't define the View field that gets passed when
a block_suggestion request comes from a view. As a result, code that handles a
block_suggestion request has to parse the View and pass it around with the BlockSuggestionPayload separately.
Requirements (place an x in each of the [ ])
I've read and understood the Contributing guidelines and have done my best effort to follow them.
Issue Type
Description
Add View to BlockSuggestionPayload
BlockSuggestionPayload class doesn't define the View field that gets passed when
a block_suggestion request comes from a view. As a result, code that handles a
block_suggestion request has to parse the View and pass it around with the BlockSuggestionPayload separately.
Requirements (place an
x
in each of the[ ]
)The text was updated successfully, but these errors were encountered: