mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-03 05:26:05 +02:00
refactor untils
This commit is contained in:
@@ -8,9 +8,9 @@ import {
|
||||
createRateLimiter,
|
||||
executeWithBackoff,
|
||||
getFriendsSortFunction,
|
||||
getUserMemo,
|
||||
isRealInstance
|
||||
} from '../shared/utils';
|
||||
import { getUserMemo } from '../coordinators/memoCoordinator';
|
||||
import { friendRequest, userRequest } from '../api';
|
||||
import {
|
||||
runInitFriendsListFlow,
|
||||
@@ -261,8 +261,6 @@ export const useFriendStore = defineStore('Friend', () => {
|
||||
|
||||
init();
|
||||
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
@@ -699,13 +697,11 @@ export const useFriendStore = defineStore('Friend', () => {
|
||||
* @param {string} id
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* @param {object} ref
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* @param {object} currentUser
|
||||
@@ -1129,7 +1125,6 @@ export const useFriendStore = defineStore('Friend', () => {
|
||||
* @param id
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* Clears all entries in friendLog.
|
||||
* Uses .clear() instead of reassignment to keep the same Map reference,
|
||||
|
||||
Reference in New Issue
Block a user