Status character limit

This commit is contained in:
Natsumi
2021-05-26 00:57:21 +12:00
parent 3a525ebf23
commit 83454cc112
3 changed files with 7 additions and 3 deletions

View File

@@ -1240,6 +1240,9 @@ speechSynthesis.getVoices();
if (ref.location !== ref.$location.tag) {
ref.$location = this.parseLocation(ref.location);
}
if (ref.statusDescription) {
ref.statusDescription = ref.statusDescription.substring(0, 32);
}
ref.$isVRCPlus = ref.tags.includes('system_supporter');
this.applyUserTrustLevel(ref);
this.applyUserLanguage(ref);