Add can see NSFW Channels to account info

This commit is contained in:
Joshua 2020-08-10 18:40:57 +02:00
parent 653adcd29b
commit 460616d9da
1 changed files with 2 additions and 1 deletions

View File

@ -7489,7 +7489,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() {