We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f09fe7 commit 93dc248Copy full SHA for 93dc248
1 file changed
src/lib/stores/app.svelte.ts
@@ -196,7 +196,7 @@ function createAppManager() {
196
const id = await liveDb.addSubscription(subscription);
197
result.added.push(subscription.feedUrl || '');
198
result.addedSubs.push({ ...subscription, id });
199
- if (subscription.feedUrl) feedStatusStore.markPending(subscription.feedUrl);
+ if (subscription.feedUrl && !isAtProto) feedStatusStore.markPending(subscription.feedUrl);
200
}
201
202
0 commit comments