Merge pull request #18 from Joshix-1/nsfw

Add "can see NSFW Channels" to account info
This commit is contained in:
JeanOUINA 2020-08-10 18:58:05 +02:00 committed by GitHub
commit f0c3afd39b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -7596,7 +7596,8 @@ class V2C_AccountInfos extends React.Component {
- 2FA: ${user.mfaEnabled ? "Yes" : "No"}
- Has Been On Mobile: ${user.mobile ? "Yes" : "No"}
- Phone: ${user.phone || "None"}
- Verified: ${user.verified}`;
- Verified: ${user.verified}
- Can See NSFW Channels: ${user.nsfwAllowed}`;
}
getStatistics() {