pull down to refresh

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

131 sats \ 1 reply \ @sox 6 Sep

it reads like a super awesome neon/sci-fi game

Aside from that, it looks like you were creating a post/comment and something went wrong. Anything unconventional in the post form? I’ll try to reproduce it myself in the meantime.

reply

Thanks!!!

reply
511 sats \ 0 replies \ @sox 6 Sep
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.

  1. basically the bridge that connects SN to its database ↩

reply