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
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
0 commit comments