-
Hello @lejt !
Could you plz specify more details about your problem:
1) Check if the posting from your profile only or from other users has the same problem. If only you - then you need to be sure that you have the latest emoji package in your OS.
2) Do you have your own server for UNA?
3) If yes, then check that all tables have the utf8mb4_unicode_ci encoding. Correct it if necessary.
BTW - here you may see the similar problem https://una.io/d/emojis-gone
-
I noticed that some have utf8_unicode_ci and some have utf8mb4_unicode_ci is their a data code that I can use to up date it ? To change everything that as utf8_unicode_ci
-
Went to una database> Operations ≥ Collation > look for : utf8mb4_unicode_ci
✅Change all tables collations
✅Change all tables columns collations
And click Go
Seems to fix it ( still testing )
Anyone trying please back up your database.
Not sure if it changed anything else
-