pull down to refresh
I know what caused this. the emoji 🟩 went to its raw code and SN didn’t like it
Nice catch! The most plausible explanation is that the emoji unicode pair got somehow damaged, 🟩 means \uD83D\uDFE9 and Prisma[1] rejects incorrect unicode pairs for some reason.
\uD83D\uDFE9
We can probably add checks to remove malformed unicode that Prisma doesn't like, even though it would be better if we could keep your text untouched.
basically the bridge that connects SN to its database ↩
Nice catch! The most plausible explanation is that the emoji unicode pair got somehow damaged, 🟩 means
\uD83D\uDFE9and Prisma[1] rejects incorrect unicode pairs for some reason.We can probably add checks to remove malformed unicode that Prisma doesn't like, even though it would be better if we could keep your text untouched.
basically the bridge that connects SN to its database ↩