Update welshman stuff again

This commit is contained in:
Jon Staab
2025-04-11 09:27:19 -07:00
parent acddff79f0
commit 84af4d2d8e
9 changed files with 82 additions and 75 deletions
+2 -2
View File
@@ -332,7 +332,7 @@ export const {
name: "settings",
store: settings,
getKey: settings => settings.event.pubkey,
load: makeOutboxLoader([SETTINGS]),
load: makeOutboxLoader(SETTINGS),
})
// Alerts
@@ -409,7 +409,7 @@ export const {
name: "memberships",
store: memberships,
getKey: list => list.event.pubkey,
load: makeOutboxLoader([GROUPS]),
load: makeOutboxLoader(GROUPS),
})
// Chats