pull down to refresh
reply
Thanks!!!
reply
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.
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 ↩
reply
What is this?
I got it fixed and made my post.
I know what caused this. the emoji 🟩 went to its raw code/characters and SN didn’t like it