mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-26 18:23:47 +02:00
improve feed performance
This commit is contained in:
@@ -241,7 +241,8 @@ export const useSharedFeedStore = defineStore('SharedFeed', () => {
|
||||
rebuildOnPlayerJoining(); // also sends updated feed
|
||||
}
|
||||
|
||||
async function addEntry(ctx) {
|
||||
async function addEntry(feed) {
|
||||
const ctx = structuredClone(feed);
|
||||
const userId = ctx.userId || ctx.senderUserId;
|
||||
const wristFilter = notificationsSettingsStore.sharedFeedFilters.wrist;
|
||||
if (userId === userStore.currentUser.id) {
|
||||
|
||||
Reference in New Issue
Block a user