From efc6e0a569fa3b70f0252aa2fdc291dcd123309e Mon Sep 17 00:00:00 2001 From: Jon Staab Date: Wed, 9 Oct 2024 10:12:34 -0700 Subject: [PATCH] Small tweaks --- README.md | 1 + src/app/commands.ts | 3 ++- src/routes/settings/about/+page.svelte | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 09cd1c00..7180c915 100644 --- a/README.md +++ b/README.md @@ -30,3 +30,4 @@ Run `npm run dev` to get a dev server, and `npm run check:watch` to watch for ty - Get rid of stuff from spaces the user isn't currently a member of - [ ] Apply mutes - [ ] Add discover > people/content tabs that pull from network rather than follows +- [ ] Add redirect on successful login to the page they originally were going for diff --git a/src/app/commands.ts b/src/app/commands.ts index 1a5cd702..54287059 100644 --- a/src/app/commands.ts +++ b/src/app/commands.ts @@ -44,7 +44,7 @@ import { userInboxRelaySelections, nip44EncryptToSelf, } from "@welshman/app" -import {tagRoom, userMembership, MEMBERSHIPS, INDEXER_RELAYS} from "@app/state" +import {tagRoom, userMembership, MEMBERSHIPS, INDEXER_RELAYS, loadMembership} from "@app/state" // Utils @@ -84,6 +84,7 @@ export const loadUserData = ( ) => { const promise = Promise.all([ loadInboxRelaySelections(pubkey, request), + loadMembership(pubkey, request), loadProfile(pubkey, request), loadFollows(pubkey, request), loadMutes(pubkey, request), diff --git a/src/routes/settings/about/+page.svelte b/src/routes/settings/about/+page.svelte index e293fe09..a0143c5f 100644 --- a/src/routes/settings/about/+page.svelte +++ b/src/routes/settings/about/+page.svelte @@ -21,11 +21,11 @@

Get in touch

-

Having problems? Let us know by filing an issue.

+

Having problems? Let us know by.

- Open an Issue + Chat with the Developer