mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
Bug fixes
This commit is contained in:
@@ -75,6 +75,11 @@ function feedFiltersOptions() {
|
||||
name: 'Request Invite Response',
|
||||
options: getOptions(['Off', 'VIP', 'Friends'])
|
||||
},
|
||||
{
|
||||
key: 'boop',
|
||||
name: 'Boop',
|
||||
options: getOptions(['Off', 'VIP', 'Friends'])
|
||||
},
|
||||
{
|
||||
key: 'friendRequest',
|
||||
name: 'Friend Request',
|
||||
@@ -247,12 +252,12 @@ const sharedFeedFiltersDefaults = {
|
||||
requestInvite: 'Friends',
|
||||
inviteResponse: 'Friends',
|
||||
requestInviteResponse: 'Friends',
|
||||
boop: 'Friends',
|
||||
friendRequest: 'On',
|
||||
Friend: 'On',
|
||||
Unfriend: 'On',
|
||||
DisplayName: 'VIP',
|
||||
TrustLevel: 'VIP',
|
||||
boop: 'Off',
|
||||
groupChange: 'On',
|
||||
'group.announcement': 'On',
|
||||
'group.informative': 'On',
|
||||
@@ -289,12 +294,12 @@ const sharedFeedFiltersDefaults = {
|
||||
requestInvite: 'Friends',
|
||||
inviteResponse: 'Friends',
|
||||
requestInviteResponse: 'Friends',
|
||||
boop: 'Friends',
|
||||
friendRequest: 'On',
|
||||
Friend: 'On',
|
||||
Unfriend: 'On',
|
||||
DisplayName: 'Friends',
|
||||
TrustLevel: 'Friends',
|
||||
boop: 'On',
|
||||
groupChange: 'On',
|
||||
'group.announcement': 'On',
|
||||
'group.informative': 'On',
|
||||
|
||||
@@ -343,7 +343,7 @@ function buildTreeData(json) {
|
||||
* @returns {string}
|
||||
*/
|
||||
function replaceBioSymbols(text) {
|
||||
if (!text) {
|
||||
if (typeof text !== 'string') {
|
||||
return '';
|
||||
}
|
||||
const symbolList = {
|
||||
|
||||
Reference in New Issue
Block a user