Fix traveling world name, fix sorting grouped players in same instance

This commit is contained in:
Natsumi
2025-09-29 13:41:12 +13:00
parent feef537cb3
commit 9872cf1d93
6 changed files with 69 additions and 294 deletions
-2
View File
@@ -1349,7 +1349,6 @@ export const useUserStore = defineStore('User', () => {
};
feedStore.addFeed(feed);
database.addGPSToDatabase(feed);
friendStore.updateFriendGPS(ref.id);
// clear previousLocation after GPS
ref.$previousLocation = '';
ref.$travelingToTime = Date.now();
@@ -1363,7 +1362,6 @@ export const useUserStore = defineStore('User', () => {
// store previous location when user is traveling
ref.$previousLocation = props.location[1];
ref.$travelingToTime = Date.now();
friendStore.updateFriendGPS(ref.id);
}
let imageMatches = false;
if (