pubky / pubky-nexus

The Nexus between Pubky homeservers and Pubky-App social features.
MIT License
6 stars 1 forks source link

bug: emoji rendering #173

Closed tipogi closed 2 weeks ago

tipogi commented 2 weeks ago

The new version of Neo4j breaks some tests. The previous version (5.21.2) was not encoding in a right way the emojis and it was writing some weird characters as ����. The new version (5.24.2) fixes that error but that fix affects directly to our integration tests

Pre-submission Checklist

For tests to work you need a working neo4j and redis instance with the example dataset in docker/db-graph

SHAcollision commented 2 weeks ago

Good catch!! Nice work figuring out why tests broke with the neo4j version bump. I will directly merge as is :rocket: