mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-27 02:33:48 +02:00
Fix word splitting
This commit is contained in:
@@ -520,7 +520,6 @@ export const useUserStore = defineStore('User', () => {
|
||||
$customTag: '',
|
||||
$customTagColour: '',
|
||||
$friendNumber: 0,
|
||||
$lastFetch: Date.now(),
|
||||
$platform: '',
|
||||
//
|
||||
...json
|
||||
@@ -552,7 +551,6 @@ export const useUserStore = defineStore('User', () => {
|
||||
}
|
||||
state.cachedUsers.set(ref.id, ref);
|
||||
} else {
|
||||
json.$lastFetch = Date.now(); // todo: make this not suck
|
||||
if (json.state !== 'online') {
|
||||
// offline event before GPS to offline location
|
||||
friendStore.updateFriend(ref.id, json.state);
|
||||
|
||||
Reference in New Issue
Block a user