Emojis still give me a 500 sadly :/ Also gitea crashes and doesn't trigger drone if you use an emoji in the first line of a commit message in a repo with a webhook. Regretfully reopening.
Emojis still give me a 500 sadly :/ Also gitea crashes and doesn't trigger drone if you use an emoji in the first line of a commit message in a repo with a webhook. Regretfully reopening.
I will push a commit with an emoji now just to test again.
https://git.autonomic.zone/autonomic-cooperative/git.autonomic.zone/commit/8f78bd6862b82a54c21497f47d9df06abc4e6b21
I also had to run https://docs.gitea.io/en-us/command-line/#convert.
I will push a commit with an emoji now just to test again.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
If you post an emoji or sometimes an image, the database explodes...
Have we checked what collation we are using for the database?
OK, confirmed on charset/collation!
Annndddd, it works! 🎉 🎉 🎉
ALTER DATABASE gitea CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci;Emojis still give me a 500 sadly :/ Also gitea crashes and doesn't trigger drone if you use an emoji in the first line of a commit message in a repo with a webhook. Regretfully reopening.
🕴️
8f78bd6862I also had to run https://docs.gitea.io/en-us/command-line/#convert.
I will push a commit with an emoji now just to test again.
943958846a