mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-25 17:53:48 +02:00
Boops
This commit is contained in:
@@ -1115,7 +1115,7 @@ export const usePhotonStore = defineStore('Photon', () => {
|
||||
} else if (type === 1) {
|
||||
emojiName = 'Custom';
|
||||
var fileId = data.Parameters[245][1];
|
||||
imageUrl = `https://api.vrchat.cloud/api/1/file/${fileId}/1/`;
|
||||
imageUrl = `${AppDebug.endpointDomain}/file/${fileId}/1/`;
|
||||
}
|
||||
addEntryPhotonEvent({
|
||||
photonId,
|
||||
|
||||
Reference in New Issue
Block a user