Live video on the AT Protocol
79
fork

Configure Feed

Select the types of activity you want to include in your feed.

add another error path

+4
+4
js/app/store/slices/blueskySlice.ts
··· 355 355 loading: false, 356 356 error: error?.message ?? null, 357 357 }, 358 + notification: { 359 + message: error?.message || "unknown error", 360 + type: "error", 361 + }, 358 362 }); 359 363 } 360 364 },