mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-20 15:23:50 +02:00
Add boop support
This commit is contained in:
@@ -821,6 +821,9 @@ class Database {
|
||||
...row.details
|
||||
}
|
||||
};
|
||||
if (entry.imageUrl && !entry.details.imageUrl) {
|
||||
entry.details.imageUrl = entry.imageUrl;
|
||||
}
|
||||
var expired = 0;
|
||||
if (row.$isExpired) {
|
||||
expired = 1;
|
||||
|
||||
Reference in New Issue
Block a user