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
User posts a message, but only says the bots name, and doesnt actually mention it (it still got picked up anyway i think - so tbh idk what is happening)
editor (me) assumes the bot picked it up because the name was in there, and reacts with a category
editor renders the post, seeing the report properly categorized in !status
Actual: the render contains a space for that update, but the contents of the update are blank (i.e. it only says " reports:" fllowed by an empty blockquote)
Expected: either the update is present or an error was raised sooner in the process about trying to categorize an unknown entry
The text was updated successfully, but these errors were encountered:
Hmm, it would be good to have exact steps how to reproduce this. Because by default this gets handled by the min_length setting.
my apologies, heres some clarifications that may help
User posts a message containing an update long enough to count as an update, but doesnt actually mention the bot (only saying its name such that the bot does NOT pick up the update)
an editor reacts with a category
editor renders the post, seeing the report properly categorized in !status
Essentially this bug is about the entry somehow ending up empty in the final render because (in theory) the bot's first interaction with the post was when the editor categorized it (and NOT when it was first posted)
Scenario:
!status
Actual: the render contains a space for that update, but the contents of the update are blank (i.e. it only says " reports:" fllowed by an empty blockquote)
Expected: either the update is present or an error was raised sooner in the process about trying to categorize an unknown entry
The text was updated successfully, but these errors were encountered: