mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-29 19:53:47 +02:00
improve lookup feed table sql
This commit is contained in:
@@ -240,7 +240,7 @@ export const useSharedFeedStore = defineStore('SharedFeed', () => {
|
||||
}
|
||||
|
||||
async function addEntry(data) {
|
||||
const ctx = structuredClone(data);
|
||||
const ctx = { ...data };
|
||||
const userId = ctx.userId || ctx.senderUserId;
|
||||
const wristFilter = notificationsSettingsStore.sharedFeedFilters.wrist;
|
||||
if (userId === userStore.currentUser.id) {
|
||||
|
||||
Reference in New Issue
Block a user