pull down to refresh

is actually the opposite; the more you cross-post, the more likely it is that people who have muted one of the territories you cross-posted to will not see your post. Or did something has changed in the past few months?

106 sats \ 0 replies \ @ek OP 17 Sep

Yeah, good point! It’s still the case:

const excludeMuted = Prisma.sql`NOT EXISTS (
  SELECT 1
  FROM "MuteSub"
  WHERE "MuteSub"."userId" = ${me.id}::INTEGER
    AND "MuteSub"."subName" = ANY(${subNames})
  )`
reply
22 sats \ 0 replies \ @Kruw 17 Sep

Good point.

reply