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
Currently the `get_response_type` logic is using the `get_content` function. This function adds some fallbacks for mentions or for the case when the content is empty.
For `mentions` the `get_content` function always returns the summary that is smaller than `MAX_INLINE_MENTION_LENGTH`, so mentions will always be handled as comments.
0 commit comments