an independent Bluesky client using Constellation, PDS Queries, and other services
0
fork

Configure Feed

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

sigh fix show all metric

rimar1337 24efdc83 08eb309c

+1 -1
+1 -1
src/routes/notifications.tsx
··· 379 379 const matchesQuotes = filters.quotes && quotes > 0; 380 380 381 381 const matchesAnything = 382 - filters.showAll || 382 + // filters.showAll || 383 383 matchesLikes || 384 384 matchesReposts || 385 385 matchesReplies ||