Merge pull request #18 from Joshix-1/nsfw
Add "can see NSFW Channels" to account info
This commit is contained in:
commit
f0c3afd39b
|
@ -7596,7 +7596,8 @@ class V2C_AccountInfos extends React.Component {
|
||||||
- 2FA: ${user.mfaEnabled ? "Yes" : "No"}
|
- 2FA: ${user.mfaEnabled ? "Yes" : "No"}
|
||||||
- Has Been On Mobile: ${user.mobile ? "Yes" : "No"}
|
- Has Been On Mobile: ${user.mobile ? "Yes" : "No"}
|
||||||
- Phone: ${user.phone || "None"}
|
- Phone: ${user.phone || "None"}
|
||||||
- Verified: ${user.verified}`;
|
- Verified: ${user.verified}
|
||||||
|
- Can See NSFW Channels: ${user.nsfwAllowed}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
getStatistics() {
|
getStatistics() {
|
||||||
|
|
Loading…
Reference in New Issue