mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-26 02:03:49 +02:00
refactor: Introduce granular query types with specific policies for improved caching and data freshness.
This commit is contained in:
@@ -129,7 +129,7 @@
|
||||
}
|
||||
|
||||
if (D.userId) {
|
||||
queryRequest.fetch('user', { userId: D.userId }).then((args) => {
|
||||
queryRequest.fetch('user.dialog', { userId: D.userId }).then((args) => {
|
||||
D.userObject = args.ref;
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user