Micro-optimization: only split `acct` into two Strings (#19901)
* Since `acct` is split by `@` and assigned to `username` and `domain`, we only need to split `acct` into two Strings.
Please register or sign in to comment
* Since `acct` is split by `@` and assigned to `username` and `domain`, we only need to split `acct` into two Strings.