Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix mentionedUsers error on reply with no mentions (#296)
mentionedUsers uses `parseMentions` to obtain a table of mentioned users in the message and then adds the reply target to that table if the message is a reply. This fails when the message contains no mentions (fails `%b<>`) and the message is a reply. This fixes the issue by having `parseMentions` return an empty table in such the case.
- Loading branch information