Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ReportUser::checkUserIsReported): Always failed with Qt6
QRegularExpression has a different behavior, here it would only match the single line where the user was reported, even though the pattern is .*$username.* Add the option for DotMatchesEverything, which will match all lines
- Loading branch information