1
0
mirror of https://github.com/Lightcord/Lightcord.git synced 2025-04-12 00:55:40 +02:00

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

View File

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