mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-29 11:43:48 +02:00
Fixes
This commit is contained in:
@@ -961,7 +961,7 @@ export const useNotificationStore = defineStore('Notification', () => {
|
||||
fileId,
|
||||
fileVersion
|
||||
);
|
||||
} else if (imageUrl) {
|
||||
} else if (imageUrl && imageUrl.startsWith('http')) {
|
||||
fileVersion = imageUrl.split('/').pop(); // 1416226261.thumbnail-500.png
|
||||
fileId = fileVersion.split('.').shift(); // 1416226261
|
||||
imageLocation = await AppApi.GetImage(
|
||||
|
||||
Reference in New Issue
Block a user