mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-20 07:13:51 +02:00
+bio logging 1
This commit is contained in:
@@ -8447,20 +8447,14 @@ speechSynthesis.getVoices();
|
||||
$app.addFeed(feed);
|
||||
database.addStatusToDatabase(feed);
|
||||
}
|
||||
|
||||
if (props.bio) {
|
||||
var bio = '';
|
||||
var previousBio = '';
|
||||
if (props.bio) {
|
||||
if (props.bio[0]) {
|
||||
bio = props.bio[0];
|
||||
}
|
||||
if (props.bio[1]) {
|
||||
previousBio = props.bio[1];
|
||||
}
|
||||
} else if (ref.bio) {
|
||||
bio = ref.bio;
|
||||
previousBio = ref.bio;
|
||||
if (props.bio[0]) {
|
||||
bio = props.bio[0];
|
||||
}
|
||||
if (props.bio[1]) {
|
||||
previousBio = props.bio[1];
|
||||
}
|
||||
var feed = {
|
||||
created_at: new Date().toJSON(),
|
||||
|
||||
Reference in New Issue
Block a user