mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-17 22:03:50 +02:00
Status character limit
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user