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
There's an existing string helper that "simplifies" text by stripping diacriticals, emoji, and whitespace (it gets used in the track logic to determine if something is "the same message" for tracking purposes across channels). This makes sense to me as another string helper, a filter pass to remove irrelevant text before it gets processed by other logic. Quoted text probably also good to ignore
Text written in code blocks is treated as commands. We should ignore code blocks, for example, to avoid triggering the bot when the user has:
Implementation details:
The text was updated successfully, but these errors were encountered: