mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-17 13:53:52 +02:00
Instance names in VR wrist feed, replace emojis
This commit is contained in:
@@ -17,7 +17,8 @@ import {
|
||||
getWorldName,
|
||||
hasGroupPermission,
|
||||
isRealInstance,
|
||||
parseLocation
|
||||
parseLocation,
|
||||
replaceBioSymbols
|
||||
} from '../shared/utils';
|
||||
import { useFriendStore } from './friend';
|
||||
import { useGroupStore } from './group';
|
||||
@@ -390,6 +391,9 @@ export const useInstanceStore = defineStore('Instance', () => {
|
||||
ref.$disabledContentSettings.push(setting);
|
||||
}
|
||||
}
|
||||
if (ref.displayName) {
|
||||
ref.displayName = replaceBioSymbols(ref.displayName);
|
||||
}
|
||||
if (
|
||||
userStore.userDialog.visible &&
|
||||
userStore.userDialog.ref.$location.tag === ref.id
|
||||
|
||||
Reference in New Issue
Block a user